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 -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyMetrics(redis.clients.jedis.JedisPool bean, String beanName) Methods inherited from class com.netflix.spinnaker.orca.telemetry.AbstractMetricsPostProcessor
postProcessAfterInitialization, postProcessBeforeInitialization
-
Constructor Details
-
RedisPoolMetricsPostProcessor
@Autowired @Lazy public RedisPoolMetricsPostProcessor(com.netflix.spectator.api.Registry registry)
-
-
Method Details
-
applyMetrics
protected void applyMetrics(redis.clients.jedis.JedisPool bean, String beanName) throws NoSuchFieldException, IllegalAccessException - Specified by:
applyMetricsin classcom.netflix.spinnaker.orca.telemetry.AbstractMetricsPostProcessor<redis.clients.jedis.JedisPool>- Throws:
NoSuchFieldExceptionIllegalAccessException
-