The kind of the aggregator.
Create a clean state of accumulation.
Returns a new DELTA aggregation by comparing two cumulative measurements.
A delta aggregation is not meaningful to LastValueAggregator, just return the newly captured (delta) accumulation for LastValueAggregator.
Returns the result of the merge of the given accumulations.
Return the newly captured (delta) accumulation for LastValueAggregator.
Returns the MetricData that this Aggregator will produce.
Generated using TypeDoc
Basic aggregator which calculates a LastValue from individual measurements.