Struct metrics_distributor::metrics::AggregatedMetrics [] [src]

pub struct AggregatedMetrics { /* fields omitted */ }

All the metrics in a given time interval coalesced into a single value for each metric.

Methods

impl AggregatedMetrics
[src]

Rolls up all the given measures. The minimum, maximum, median, average (mean), and 95th percentile summary measures will all be emitted, as well as a total count of all the individual measures received in the period.

Trait Implementations

impl Debug for AggregatedMetrics
[src]

Formats the value using the given formatter.

impl PartialEq for AggregatedMetrics
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.