Class MicrometerMetricsPublisherThreadPool
java.lang.Object
io.micrometer.core.instrument.binder.hystrix.MicrometerMetricsPublisherThreadPool
- All Implemented Interfaces:
com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool
@NonNullApi
@NonNullFields
public class MicrometerMetricsPublisherThreadPool
extends Object
implements com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool
Micrometer publisher for Hystrix thread pool metrics.
- Since:
- 1.2.0
-
Constructor Summary
ConstructorDescriptionMicrometerMetricsPublisherThreadPool
(MeterRegistry meterRegistry, com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey, com.netflix.hystrix.HystrixThreadPoolMetrics metrics, com.netflix.hystrix.HystrixThreadPoolProperties properties, com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool metricsPublisherForThreadPool) -
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)
-
-
Method Details
-
initialize
public void initialize()- Specified by:
initialize
in interfacecom.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool
-