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 with specified initial capacity of metrics to aggregate.

[src]

Discard scores for ad-hoc metrics.

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