Struct opentelemetry::sdk::metrics::aggregators::ArrayAggregator[][src]

pub struct ArrayAggregator { /* fields omitted */ }
This is supported on crate feature metrics only.
Expand description

An aggregator which stores metrics in an array.

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

Returns the “default value” for a type. Read more

The raw set of points currently aggregated

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.