public class HystrixServoMetricsPublisher
extends com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisher
HystrixMetricsPublisher.
See Wiki docs about plugins for more information.
| Modifier and Type | Method and Description |
|---|---|
static HystrixServoMetricsPublisher |
getInstance() |
com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherCommand |
getMetricsPublisherForCommand(com.netflix.hystrix.HystrixCommandKey commandKey,
com.netflix.hystrix.HystrixCommandGroupKey commandGroupKey,
com.netflix.hystrix.HystrixCommandMetrics metrics,
com.netflix.hystrix.HystrixCircuitBreaker circuitBreaker,
com.netflix.hystrix.HystrixCommandProperties properties) |
com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool |
getMetricsPublisherForThreadPool(com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey,
com.netflix.hystrix.HystrixThreadPoolMetrics metrics,
com.netflix.hystrix.HystrixThreadPoolProperties properties) |
public static HystrixServoMetricsPublisher getInstance()
public com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherCommand getMetricsPublisherForCommand(com.netflix.hystrix.HystrixCommandKey commandKey,
com.netflix.hystrix.HystrixCommandGroupKey commandGroupKey,
com.netflix.hystrix.HystrixCommandMetrics metrics,
com.netflix.hystrix.HystrixCircuitBreaker circuitBreaker,
com.netflix.hystrix.HystrixCommandProperties properties)
getMetricsPublisherForCommand in class com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherpublic com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool getMetricsPublisherForThreadPool(com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey,
com.netflix.hystrix.HystrixThreadPoolMetrics metrics,
com.netflix.hystrix.HystrixThreadPoolProperties properties)
getMetricsPublisherForThreadPool in class com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisher