Allow selection of memory mode for Cumulative Metrics export #1200
Labels
area:sdk
Related to the SDK
priority:p1
Highest priority level
release:required-for-ga
Must be resolved before GA release, or nice to have before GA
spec:metrics
Related to the specification/metrics directory
Milestone
When using Cumulative reporting of Metrics, allow selecting whether, upon lack of Metric activity, a) no Metric should be exported or b) Metric should be exported with the last value (gauges) or cumulative value (counters and histograms) - instead of sending an empty Metric (that is, no data points).
This came up in Java as per open-telemetry/opentelemetry-java#1978 as we are sending empty Metrics using Cumulative reporting. See @jmacd's comment
As mentioned in the related link, OTel Go supports selecting this memory mode.
The text was updated successfully, but these errors were encountered: