WindowedCount instead@Deprecated public class Count extends WindowedCount
SampledStat that maintains a simple count of what it has seen.
This is a special kind of WindowedSum that always records a value of 1 instead of the provided value.
See also CumulativeCount for a non-sampled version of this metric.SampledStat.Samplesamples| Constructor and Description |
|---|
Count()
Deprecated.
|
updatecombinecurrent, measure, newSample, oldest, purgeObsoleteSamples, record