Struct prometrics::metric::AggregatedSummary [] [src]

pub struct AggregatedSummary { /* fields omitted */ }

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

Methods

impl AggregatedSummary
[src]

[src]

Returns the name of this metric.

[src]

Returns the labels of this metric.

[src]

Returns the latest timestamp among the summaries in this aggregation.

[src]

Returns the sum of the observation counts in this aggregation.

[src]

Returns the sum of the observed values in this aggregation.

Important traits for Vec<u8>
[src]

Calculates and returns the quantile-value pairs of this aggregation.

Trait Implementations

impl Debug for AggregatedSummary
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AggregatedSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for AggregatedSummary
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations