Class MicrometerMetricsPublisher
java.lang.Object
com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisher
io.micrometer.core.instrument.binder.hystrix.MicrometerMetricsPublisher
@Deprecated
public class MicrometerMetricsPublisher
extends com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisher
Deprecated.
since 1.13.0, Hystrix is no longer in active development, and is currently
in maintenance mode.
-
Constructor Summary
ConstructorsConstructorDescriptionMicrometerMetricsPublisher(MeterRegistry registry, com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisher metricsPublisher) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncom.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherCollapsergetMetricsPublisherForCollapser(com.netflix.hystrix.HystrixCollapserKey collapserKey, com.netflix.hystrix.HystrixCollapserMetrics metrics, com.netflix.hystrix.HystrixCollapserProperties properties) Deprecated.com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherCommandgetMetricsPublisherForCommand(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) Deprecated.com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPoolgetMetricsPublisherForThreadPool(com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey, com.netflix.hystrix.HystrixThreadPoolMetrics metrics, com.netflix.hystrix.HystrixThreadPoolProperties properties) Deprecated.
-
Constructor Details
-
MicrometerMetricsPublisher
public MicrometerMetricsPublisher(MeterRegistry registry, com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisher metricsPublisher) Deprecated.
-
-
Method Details
-
getMetricsPublisherForThreadPool
public com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool getMetricsPublisherForThreadPool(com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey, com.netflix.hystrix.HystrixThreadPoolMetrics metrics, com.netflix.hystrix.HystrixThreadPoolProperties properties) Deprecated.- Overrides:
getMetricsPublisherForThreadPoolin classcom.netflix.hystrix.strategy.metrics.HystrixMetricsPublisher
-
getMetricsPublisherForCollapser
public com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherCollapser getMetricsPublisherForCollapser(com.netflix.hystrix.HystrixCollapserKey collapserKey, com.netflix.hystrix.HystrixCollapserMetrics metrics, com.netflix.hystrix.HystrixCollapserProperties properties) Deprecated.- Overrides:
getMetricsPublisherForCollapserin classcom.netflix.hystrix.strategy.metrics.HystrixMetricsPublisher
-
getMetricsPublisherForCommand
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) Deprecated.- Overrides:
getMetricsPublisherForCommandin classcom.netflix.hystrix.strategy.metrics.HystrixMetricsPublisher
-