Interface RemoteCacheManagerMetricsRegistry

All Superinterfaces:
HotRodClientMetricsRegistry
All Known Implementing Classes:
MicrometerRemoteCacheManagerMetricsRegistry

public interface RemoteCacheManagerMetricsRegistry extends HotRodClientMetricsRegistry
Hot Rod client entrypoint.

All metrics registered in this instance are considered global to the client. Per cache metrics are registered using withCache(String), where the cache's name is used to distinct the metrics. The implementation is responsible to separate each cache metric, because all caches register the same set of metrics (reads, writes, etc.).

Since:
15.1