Struct dipstick::aggregate::AggregateKey [] [src]

pub struct AggregateKey {
    pub kind: MetricKind,
    pub name: String,
    // some fields omitted
}

A metric that holds aggregated values

Fields

The kind of metric.

The metric's name.

Methods

impl AggregateKey
[src]

[src]

Update scores with value

[src]

reset aggregate values, return previous values

Trait Implementations

impl Debug for AggregateKey
[src]

[src]

Formats the value using the given formatter.