Class HazelcastCacheMeterBinderProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.micrometer.core.instrument.binder.MeterBinder getMeterBinder​(com.hazelcast.spring.cache.HazelcastCache cache, java.lang.Iterable<io.micrometer.core.instrument.Tag> tags)
      Return the MeterBinder managing the specified Cache or null if the specified Cache is not supported.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HazelcastCacheMeterBinderProvider

        public HazelcastCacheMeterBinderProvider()
    • Method Detail

      • getMeterBinder

        public io.micrometer.core.instrument.binder.MeterBinder getMeterBinder​(com.hazelcast.spring.cache.HazelcastCache cache,
                                                                               java.lang.Iterable<io.micrometer.core.instrument.Tag> tags)
        Description copied from interface: CacheMeterBinderProvider
        Return the MeterBinder managing the specified Cache or null if the specified Cache is not supported.
        Specified by:
        getMeterBinder in interface CacheMeterBinderProvider<com.hazelcast.spring.cache.HazelcastCache>
        Parameters:
        cache - the cache to instrument
        tags - tags to apply to all recorded metrics
        Returns:
        a MeterBinder handling the specified Cache or null