Struct dipstick::aggregate::MetricAggregator [] [src]

pub struct MetricAggregator { /* fields omitted */ }

Central aggregation structure. Since AggregateKeys themselves contain scores, the aggregator simply maintains a shared list of metrics for enumeration when used as source.

Methods

impl MetricAggregator
[src]

[src]

Build a new metric aggregation point.

Trait Implementations

impl Debug for MetricAggregator
[src]

[src]

Formats the value using the given formatter.

impl AsSource for MetricAggregator
[src]

[src]

Get the metric source.

impl AsSink<AggregateSink> for MetricAggregator
[src]

[src]

Get the metric sink.