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

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

An aggregator for counter 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.

Formats the value using the given formatter. Read more

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

Subtract subtracts the operand from this Aggregator and outputs the value in result. Read more

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.