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

Copy Markdown View Source

Last value aggregation. Keeps the most recent measurement.

ETS entry format: {key, value, timestamp, start_time}. Uses ets:insert (overwrite) — last writer wins, which is the correct semantic for gauges.

Gauge data points have no aggregation temporality.