Struct prometrics::metric::AggregatedHistogram [] [src]

pub struct AggregatedHistogram { /* fields omitted */ }

A metric for aggregating histograms that have the same name and labels.

Methods

impl AggregatedHistogram
[src]

[src]

Returns the name of this metric.

[src]

Returns the labels of this metric.

[src]

Returns the latest timestamp among the histograms in this aggregation.

Important traits for AggregatedCumulativeBuckets<'a>
[src]

Returns the cumulative buckets of this aggregation.

[src]

Returns the sum of the observation counts in this aggregation.

[src]

Returns the sum of the observed values in this aggregation.

Trait Implementations

impl Debug for AggregatedHistogram
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AggregatedHistogram
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for AggregatedHistogram
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations