sorted upper bounds of recorded values.
If set to true, min and max will be recorded. Otherwise, min and max will not be recorded.
The kind of the aggregator.
Create a clean state of accumulation.
Returns a new DELTA aggregation by comparing two cumulative measurements.
Return the result of the merge of two histogram accumulations. As long as one Aggregator instance produces all Accumulations with constant boundaries we don't need to worry about merging accumulations with different boundaries.
Returns the MetricData that this Aggregator will produce.
Generated using TypeDoc
Basic aggregator which observes events and counts them in pre-defined buckets and provides the total sum and count of all observations.