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]

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

Discard scores for ad-hoc metrics.

Trait Implementations

impl Debug for Aggregator
[src]

Formats the value using the given formatter. Read more

impl Clone for Aggregator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Aggregator

impl Sync for Aggregator