Class InfinispanCacheMeterBinder<K,V>
java.lang.Object
io.micrometer.core.instrument.binder.cache.CacheMeterBinder<org.infinispan.Cache<K,V>>
org.infinispan.spring.starter.embedded.actuator.InfinispanCacheMeterBinder<K,V>
- All Implemented Interfaces:
io.micrometer.core.instrument.binder.MeterBinder
public class InfinispanCacheMeterBinder<K,V>
extends io.micrometer.core.instrument.binder.cache.CacheMeterBinder<org.infinispan.Cache<K,V>>
Implements
CacheMeterBinder to expose Infinispan embedded metrics- Since:
- 2.1
- Author:
- Katia Aresti, karesti@redhat.com
-
Constructor Summary
ConstructorsConstructorDescriptionInfinispanCacheMeterBinder(org.infinispan.Cache cache, Iterable<io.micrometer.core.instrument.Tag> tags) -
Method Summary
Methods inherited from class io.micrometer.core.instrument.binder.cache.CacheMeterBinder
bindTo, getCache, getTagsWithCacheName
-
Constructor Details
-
InfinispanCacheMeterBinder
public InfinispanCacheMeterBinder(org.infinispan.Cache cache, Iterable<io.micrometer.core.instrument.Tag> tags)
-
-
Method Details
-
size
-
hitCount
protected long hitCount() -
missCount
-
evictionCount
-
putCount
protected long putCount() -
bindImplementationSpecificMetrics
protected void bindImplementationSpecificMetrics(io.micrometer.core.instrument.MeterRegistry registry)
-