Class RemoteInfinispanCacheMeterBinder
- java.lang.Object
-
- io.micrometer.core.instrument.binder.cache.CacheMeterBinder
-
- org.infinispan.spring.starter.remote.actuator.RemoteInfinispanCacheMeterBinder
-
- All Implemented Interfaces:
io.micrometer.core.instrument.binder.MeterBinder
public class RemoteInfinispanCacheMeterBinder extends io.micrometer.core.instrument.binder.cache.CacheMeterBinderImplementsCacheMeterBinderto expose Infinispan remote metrics- Since:
- 2.1
- Author:
- Katia Aresti, karesti@redhat.com
-
-
Constructor Summary
Constructors Constructor Description RemoteInfinispanCacheMeterBinder(org.infinispan.client.hotrod.RemoteCache cache, Iterable<io.micrometer.core.instrument.Tag> tags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbindImplementationSpecificMetrics(io.micrometer.core.instrument.MeterRegistry registry)protected LongevictionCount()protected longhitCount()protected LongmissCount()protected longputCount()protected Longsize()
-
-
-
Constructor Detail
-
RemoteInfinispanCacheMeterBinder
public RemoteInfinispanCacheMeterBinder(org.infinispan.client.hotrod.RemoteCache cache, Iterable<io.micrometer.core.instrument.Tag> tags)
-
-
Method Detail
-
size
protected Long size()
- Specified by:
sizein classio.micrometer.core.instrument.binder.cache.CacheMeterBinder
-
hitCount
protected long hitCount()
- Specified by:
hitCountin classio.micrometer.core.instrument.binder.cache.CacheMeterBinder
-
missCount
protected Long missCount()
- Specified by:
missCountin classio.micrometer.core.instrument.binder.cache.CacheMeterBinder
-
evictionCount
protected Long evictionCount()
- Specified by:
evictionCountin classio.micrometer.core.instrument.binder.cache.CacheMeterBinder
-
putCount
protected long putCount()
- Specified by:
putCountin classio.micrometer.core.instrument.binder.cache.CacheMeterBinder
-
bindImplementationSpecificMetrics
protected void bindImplementationSpecificMetrics(io.micrometer.core.instrument.MeterRegistry registry)
- Specified by:
bindImplementationSpecificMetricsin classio.micrometer.core.instrument.binder.cache.CacheMeterBinder
-
-