logo
pub struct HistogramAggregator { /* private fields */ }
This is supported on crate feature metrics only.
Expand description

This aggregator observes events and counts them in pre-determined buckets. It also calculates the sum and count of all events.

Trait Implementations

Update receives a new measured value and incorporates it into the aggregation. Update calls may be called concurrently. Read more

This method is called during collection to finish one period of aggregation by atomically saving the currently-updating state into the argument Aggregator. Read more

This combines the checkpointed state from the argument Aggregator into this Aggregator. merge is not synchronized with respect to update or synchronized_move. Read more

Returns the implementing aggregator as Any for downcasting.

The count of the currently aggregated metrics

Formats the value using the given formatter. Read more

Buckets for this histogram.

The sum of the currently aggregated metrics

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.