Otel.SDK.Metrics.Aggregation.Sum (otel v0.2.0)

Copy Markdown View Source

Sum aggregation. Collects the arithmetic sum of measurements.

Stores integer and float components separately for atomic updates. ETS entry format: {key, int_value, float_value, start_time}.

Supports Cumulative and Delta temporality. For Delta, values are atomically read and subtracted during collection.