Class JCacheCacheMeterBinderProvider

    • Method Detail

      • getMeterBinder

        public io.micrometer.core.instrument.binder.MeterBinder getMeterBinder​(org.springframework.cache.jcache.JCacheCache cache,
                                                                               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<org.springframework.cache.jcache.JCacheCache>
        Parameters:
        cache - the cache to instrument
        tags - tags to apply to all recorded metrics
        Returns:
        a MeterBinder handling the specified Cache or null