
See: Description
| Interface | Description |
|---|---|
| HystrixMetricsPublisherCollapser |
Metrics publisher for a
HystrixCollapser that will be constructed by an implementation of HystrixMetricsPublisher. |
| 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 | Description |
|---|---|
| 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.
|