Class RedisPoolMetricsPostProcessor

java.lang.Object
com.netflix.spinnaker.orca.telemetry.AbstractMetricsPostProcessor<redis.clients.jedis.JedisPool>
com.netflix.spinnaker.orca.telemetry.RedisPoolMetricsPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor

@Component public class RedisPoolMetricsPostProcessor extends com.netflix.spinnaker.orca.telemetry.AbstractMetricsPostProcessor<redis.clients.jedis.JedisPool>
  • Field Summary

    Fields inherited from class com.netflix.spinnaker.orca.telemetry.AbstractMetricsPostProcessor

    log, registry
  • Constructor Summary

    Constructors
    Constructor
    Description
    RedisPoolMetricsPostProcessor(com.netflix.spectator.api.Registry registry)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    applyMetrics(redis.clients.jedis.JedisPool bean, String beanName)
     

    Methods inherited from class com.netflix.spinnaker.orca.telemetry.AbstractMetricsPostProcessor

    postProcessAfterInitialization, postProcessBeforeInitialization

    Methods inherited from class java.lang.Object

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

    • RedisPoolMetricsPostProcessor

      @Autowired @Lazy public RedisPoolMetricsPostProcessor(com.netflix.spectator.api.Registry registry)
  • Method Details