Hystrix: Latency and Fault Tolerance for Distributed Systems



Package com.netflix.hystrix.strategy.metrics

Strategy definition for publishing metrics and default implementation.

See:
          Description

Interface Summary
HystrixMetricsPublisherCommand Metrics publisher for a HystrixCommand that will be constructed by an implementation of HystrixMetricsPublisher.
HystrixMetricsPublisherThreadPool Metrics publisher for a HystrixThreadPool that will be constructed by an implementation of HystrixMetricsPublisher.
 

Class Summary
HystrixMetricsPublisher Abstract class with default implementations of Factory methods for creating "Metrics Publisher" instances for getting metrics and other related data exposed, published or otherwise retrievable by external systems such as Servo (https://github.com/Netflix/servo) for monitoring and statistical purposes.
 

Package com.netflix.hystrix.strategy.metrics Description

Strategy definition for publishing metrics and default implementation.

Since:
1.0.0