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.
|
HystrixMetricsPublisherCollapserDefault |
Default implementation of
HystrixMetricsPublisherCollapser that does nothing. |
HystrixMetricsPublisherCommandDefault |
Default implementation of
HystrixMetricsPublisherCommand that does nothing. |
HystrixMetricsPublisherDefault |
Default implementation of
HystrixMetricsPublisher . |
HystrixMetricsPublisherFactory |
Factory for retrieving metrics publisher implementations.
|
HystrixMetricsPublisherThreadPoolDefault |
Default implementation of
HystrixMetricsPublisherThreadPool that does nothing. |