クラス RedisCacheMetrics

java.lang.ObjectSE
io.micrometer.core.instrument.binder.cache.CacheMeterBinder<org.springframework.data.redis.cache.RedisCache>
org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
実装されたすべてのインターフェース:
io.micrometer.core.instrument.binder.MeterBinder

public class RedisCacheMetrics extends io.micrometer.core.instrument.binder.cache.CacheMeterBinder<org.springframework.data.redis.cache.RedisCache>
 RedisCache の場合は CacheMeterBinder
導入:
2.4.0
作成者:
Stephane Nicoll
  • コンストラクターの詳細

    • RedisCacheMetrics

      public RedisCacheMetrics(org.springframework.data.redis.cache.RedisCache cache, IterableSE<io.micrometer.core.instrument.Tag> tags)
  • メソッドの詳細

    • size

      protected LongSE size()
      次で指定:
      クラス io.micrometer.core.instrument.binder.cache.CacheMeterBinder<org.springframework.data.redis.cache.RedisCache>size 
    • hitCount

      protected long hitCount()
      次で指定:
      クラス io.micrometer.core.instrument.binder.cache.CacheMeterBinder<org.springframework.data.redis.cache.RedisCache>hitCount 
    • missCount

      protected LongSE missCount()
      次で指定:
      クラス io.micrometer.core.instrument.binder.cache.CacheMeterBinder<org.springframework.data.redis.cache.RedisCache>missCount 
    • evictionCount

      protected LongSE evictionCount()
      次で指定:
      クラス io.micrometer.core.instrument.binder.cache.CacheMeterBinder<org.springframework.data.redis.cache.RedisCache>evictionCount 
    • putCount

      protected long putCount()
      次で指定:
      クラス io.micrometer.core.instrument.binder.cache.CacheMeterBinder<org.springframework.data.redis.cache.RedisCache>putCount 
    • bindImplementationSpecificMetrics

      protected void bindImplementationSpecificMetrics(io.micrometer.core.instrument.MeterRegistry registry)
      次で指定:
      クラス io.micrometer.core.instrument.binder.cache.CacheMeterBinder<org.springframework.data.redis.cache.RedisCache>bindImplementationSpecificMetrics