Class 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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • 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 Detail

      • initialize

        public void initialize()
        Specified by:
        initialize in interface com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool