
public static class HystrixCommandConfiguration.HystrixCommandMetricsConfig
extends java.lang.Object
| Constructor and Description |
|---|
HystrixCommandConfiguration.HystrixCommandMetricsConfig(int healthIntervalInMilliseconds,
boolean rollingPercentileEnabled,
int rollingPercentileNumberOfBuckets,
int rollingPercentileBucketSizeInMilliseconds,
int rollingCounterNumberOfBuckets,
int rollingCounterBucketSizeInMilliseconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHealthIntervalInMilliseconds() |
int |
getRollingCounterBucketSizeInMilliseconds() |
int |
getRollingCounterNumberOfBuckets() |
int |
getRollingPercentileBucketSizeInMilliseconds() |
int |
getRollingPercentileNumberOfBuckets() |
boolean |
isRollingPercentileEnabled() |
public HystrixCommandConfiguration.HystrixCommandMetricsConfig(int healthIntervalInMilliseconds,
boolean rollingPercentileEnabled,
int rollingPercentileNumberOfBuckets,
int rollingPercentileBucketSizeInMilliseconds,
int rollingCounterNumberOfBuckets,
int rollingCounterBucketSizeInMilliseconds)
public int getHealthIntervalInMilliseconds()
public boolean isRollingPercentileEnabled()
public int getRollingPercentileNumberOfBuckets()
public int getRollingPercentileBucketSizeInMilliseconds()
public int getRollingCounterNumberOfBuckets()
public int getRollingCounterBucketSizeInMilliseconds()