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.
|
Modifier and Type | Method and Description |
---|---|
HystrixMetricsPublisher |
HystrixPlugins.getMetricsPublisher()
Retrieve instance of
HystrixMetricsPublisher to use based on order of precedence as defined in HystrixPlugins class header. |
Modifier and Type | Method and Description |
---|---|
void |
HystrixPlugins.registerMetricsPublisher(HystrixMetricsPublisher impl)
Register a
HystrixMetricsPublisher implementation as a global override of any injected or default implementations. |
Modifier and Type | Class and Description |
---|---|
class |
HystrixMetricsPublisherDefault
Default implementation of
HystrixMetricsPublisher . |
Modifier and Type | Method and Description |
---|---|
static HystrixMetricsPublisher |
HystrixMetricsPublisherDefault.getInstance() |
Copyright © 2016. All Rights Reserved.