Package | Description |
---|---|
com.netflix.hystrix.strategy |
Parent package of strategies and plugin management.
|
com.netflix.hystrix.strategy.metrics |
Strategy definition for publishing metrics and default implementation.
|
Class and 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.
|
Class and 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.
|
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 . |
Copyright © 2020. All Rights Reserved.