Package | Description |
---|---|
com.netflix.hystrix.strategy.metrics |
Strategy definition for publishing metrics and default implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
HystrixMetricsPublisherCommandDefault
Default implementation of
HystrixMetricsPublisherCommand that does nothing. |
Modifier and Type | Method and Description |
---|---|
static HystrixMetricsPublisherCommand |
HystrixMetricsPublisherFactory.createOrRetrievePublisherForCommand(HystrixCommandKey commandKey,
HystrixCommandGroupKey commandOwner,
HystrixCommandMetrics metrics,
HystrixCircuitBreaker circuitBreaker,
HystrixCommandProperties properties)
Get an instance of
HystrixMetricsPublisherCommand with the given factory HystrixMetricsPublisher implementation for each HystrixCommand instance. |
HystrixMetricsPublisherCommand |
HystrixMetricsPublisher.getMetricsPublisherForCommand(HystrixCommandKey commandKey,
HystrixCommandGroupKey commandGroupKey,
HystrixCommandMetrics metrics,
HystrixCircuitBreaker circuitBreaker,
HystrixCommandProperties properties)
Construct an implementation of
HystrixMetricsPublisherCommand for HystrixCommand instances having key HystrixCommandKey . |
Copyright © 2017. All Rights Reserved.