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