Add ability to disable hystrix metrics
fixes gh-781
This commit is contained in:
@@ -86,6 +86,7 @@ public class HystrixCircuitBreakerConfiguration {
|
||||
}
|
||||
|
||||
@Configuration
|
||||
@ConditionalOnProperty(value = "hystrix.metrics.enabled", matchIfMissing = true)
|
||||
@ConditionalOnClass({ HystrixMetricsPoller.class, GaugeService.class })
|
||||
protected static class HystrixMetricsPollerConfiguration implements SmartLifecycle {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user