Avg |
A SampledStat that maintains a simple average over its samples.
|
Count |
Deprecated.
|
CumulativeCount |
|
CumulativeSum |
An non-sampled cumulative total maintained over all time.
|
Frequencies |
A CompoundStat that represents a normalized distribution with a Frequency metric for each
bucketed value.
|
Frequency |
Definition of a frequency metric used in a Frequencies compound statistic.
|
Histogram |
|
Histogram.ConstantBinScheme |
A scheme for calculating the bins where the width of each bin is a constant determined by the range of values
and the number of bins.
|
Histogram.LinearBinScheme |
A scheme for calculating the bins where the width of each bin is one more than the previous bin, and therefore
the bin widths are increasing at a linear rate.
|
Max |
|
Meter |
A compound stat that includes a rate metric and a cumulative total metric.
|
Min |
|
Percentile |
|
Percentiles |
A compound stat that reports one or more percentiles
|
Rate |
The rate of the given quantity.
|
Rate.SampledTotal |
Deprecated.
|
SampledStat |
A SampledStat records a single scalar value measured over one or more samples.
|
SampledStat.Sample |
|
SimpleRate |
A simple rate the rate is incrementally calculated
based on the elapsed time between the earliest reading
and now.
|
Sum |
Deprecated.
|
TokenBucket |
|
Total |
Deprecated.
|
Value |
An instantaneous value.
|
WindowedCount |
A SampledStat that maintains a simple count of what it has seen.
|
WindowedSum |
A SampledStat that maintains the sum of what it has seen.
|