@NonNullApi @NonNullFields public class MicrometerMetricsPublisher extends HystrixMetricsPublisher
| Constructor and Description |
|---|
MicrometerMetricsPublisher(MeterRegistry registry,
HystrixMetricsPublisher metricsPublisher) |
| Modifier and Type | Method and Description |
|---|---|
HystrixMetricsPublisherCollapser |
getMetricsPublisherForCollapser(HystrixCollapserKey collapserKey,
HystrixCollapserMetrics metrics,
HystrixCollapserProperties properties) |
HystrixMetricsPublisherCommand |
getMetricsPublisherForCommand(HystrixCommandKey commandKey,
HystrixCommandGroupKey commandGroupKey,
HystrixCommandMetrics metrics,
HystrixCircuitBreaker circuitBreaker,
HystrixCommandProperties properties) |
HystrixMetricsPublisherThreadPool |
getMetricsPublisherForThreadPool(HystrixThreadPoolKey threadPoolKey,
HystrixThreadPoolMetrics metrics,
HystrixThreadPoolProperties properties) |
public MicrometerMetricsPublisher(MeterRegistry registry, HystrixMetricsPublisher metricsPublisher)
public HystrixMetricsPublisherThreadPool getMetricsPublisherForThreadPool(HystrixThreadPoolKey threadPoolKey,
HystrixThreadPoolMetrics metrics,
HystrixThreadPoolProperties properties)
public HystrixMetricsPublisherCollapser getMetricsPublisherForCollapser(HystrixCollapserKey collapserKey,
HystrixCollapserMetrics metrics,
HystrixCollapserProperties properties)
public HystrixMetricsPublisherCommand getMetricsPublisherForCommand(HystrixCommandKey commandKey,
HystrixCommandGroupKey commandGroupKey,
HystrixCommandMetrics metrics,
HystrixCircuitBreaker circuitBreaker,
HystrixCommandProperties properties)
Copyright © 2020 LeanCloud. All rights reserved.