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 java.lang.Object
implements com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool
Micrometer publisher for Hystrix thread pool metrics.
Since:
1.2.0
  • Constructor Summary

    Constructors 
    Constructor Description
    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 Summary

    Modifier and Type Method Description
    void initialize()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 interface com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool