Class MicrometerMetricsPublisherThreadPool
java.lang.Object
io.micrometer.core.instrument.binder.hystrix.MicrometerMetricsPublisherThreadPool
- All Implemented Interfaces:
com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool
@Deprecated
public class MicrometerMetricsPublisherThreadPool
extends Object
implements com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool
Deprecated.
since 1.13.0, Hystrix is no longer in active development, and is currently
in maintenance mode.
Micrometer publisher for Hystrix thread pool metrics.
- Since:
- 1.2.0
-
Constructor Summary
ConstructorsConstructorDescriptionMicrometerMetricsPublisherThreadPool(MeterRegistry meterRegistry, com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey, com.netflix.hystrix.HystrixThreadPoolMetrics metrics, com.netflix.hystrix.HystrixThreadPoolProperties properties, com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool metricsPublisherForThreadPool) Deprecated. -
Method Summary
-
Constructor Details
-
MicrometerMetricsPublisherThreadPool
public MicrometerMetricsPublisherThreadPool(MeterRegistry meterRegistry, com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey, com.netflix.hystrix.HystrixThreadPoolMetrics metrics, com.netflix.hystrix.HystrixThreadPoolProperties properties, com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool metricsPublisherForThreadPool) Deprecated.
-
-
Method Details
-
initialize
public void initialize()Deprecated.- Specified by:
initializein interfacecom.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool
-