Package org.apache.kafka.common.metrics.stats

Interface Summary
Histogram.BinScheme  
 

Class Summary
Avg A SampledStat that maintains a simple average over its samples.
Count A SampledStat that maintains a simple count of what it has seen.
Histogram  
Histogram.ConstantBinScheme  
Histogram.LinearBinScheme  
Max A SampledStat that gives the max over its samples.
Min A SampledStat that gives the min over its samples.
Percentile  
Percentiles A compound stat that reports one or more percentiles
Rate The rate of the given quantity.
Rate.SampledTotal  
SampledStat A SampledStat records a single scalar value measured over one or more samples.
SampledStat.Sample  
Total An un-windowed cumulative total maintained over all time.
 

Enum Summary
Percentiles.BucketSizing