Module aggregator

Source
Expand description

Core functionality of metrics aggregation.

Structs§

Aggregator
A collector of Bucket submissions.
AggregatorConfig
Parameters used by the crate::aggregator::Aggregator.
Partition
A flushed partition from Aggregator::try_flush_next.
PartitionIter
Iterator yielded from Partition::into_iter.

Enums§

AggregateMetricsError
Any error that may occur during aggregation.
FlushBatching
Configuration value for AggregatorConfig::flush_batching.