Class CachedValuesHistogram
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Metric
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
public class CachedValuesHistogram
- Inheritance
-
CachedValuesHistogram
- Inherited Members
Methods
BackedBy(LongHistogram)
public static CachedValuesHistogram BackedBy(LongHistogram underlying)
Parameters
underlying
LongHistogram
Returns
GetMean()
public int GetMean()
Returns
GetNewHistogram()
public static LongHistogram GetNewHistogram()
Returns
- LongHistogram
GetTotalCount()
public long GetTotalCount()
Returns
GetValueAtPercentile(double)
public int GetValueAtPercentile(double percentile)
Parameters
percentile
double
Returns
ToString()
public override string ToString()