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.Sample
samples
Constructor and Description |
---|
Count()
Deprecated.
|
update
combine
current, measure, newSample, oldest, purgeObsoleteSamples, record