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

    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)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
     

    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)
      Deprecated.
  • Method Details

    • initialize

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