Expand description
Core functionality of metrics aggregation.
Structs§
- A collector of
Bucket
submissions. - Parameters used by the
crate::aggregator::Aggregator
. - A flushed partition from
Aggregator::try_flush_next
. - Iterator yielded from
Partition::into_iter
.
Enums§
- Any error that may occur during aggregation.
- Configuration value for
AggregatorConfig::flush_batching
.