Struct dipstick::Aggregator [] [src]

pub struct Aggregator { /* 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 Aggregator
[src]

[src]

Build a new metric aggregation point.

[src]

Build a new metric aggregation point with specified initial capacity of metrics to aggregate.

Trait Implementations

impl Debug for Aggregator
[src]

[src]

Formats the value using the given formatter.

impl Clone for Aggregator
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsSource for Aggregator
[src]

[src]

Get the metric source.

impl AsSink<Aggregate, AggregateSink> for Aggregator
[src]

[src]

Get the metric sink.