opentelemetry-dotnet icon indicating copy to clipboard operation
opentelemetry-dotnet copied to clipboard

Promote MetricPoint reclaim feature for delta aggregation from experimental to stable

Open CodeBlanch opened this issue 1 year ago • 4 comments

For the experimental feature see: #2360

This issue is for tracking making this a stable feature.

CodeBlanch avatar Mar 13 '24 20:03 CodeBlanch

we have a 17.4 MB endpoint "/metrics" (otel -> prometheus exporter) because of the old metrics, waiting for this feature. Is there any news about this?

p.s. ~~I will try to use OTEL_DOTNET_EXPERIMENTAL_METRICS_RECLAIM_UNUSED_METRIC_POINTS and send the results~~ looks like https://github.com/open-telemetry/opentelemetry-dotnet/pull/5546 should be released first

vchirikov avatar May 05 '24 09:05 vchirikov

we have a 17.4 MB endpoint "/metrics" (prometheus exporter) because of the old metrics, waiting for this feature. Is there any news about this?

p.s. ~I will try to use OTEL_DOTNET_EXPERIMENTAL_METRICS_RECLAIM_UNUSED_METRIC_POINTS and send the results~ looks like #5546 should be released first

The feature tracked by this is only for DELTA... If you are using Prometheus, then this won't help you, as prometheus only accepts Cumulative.

cijothomas avatar May 06 '24 20:05 cijothomas

When is this expected ?

yoziv avatar Jul 26 '24 16:07 yoziv

When is this expected ?

There is no ETA for this. If you are using the experimental feature, we'd love to get any feedback you have on the feature. We don't have enough feedback to confidently promote this feature to stable. It is also possible that the current approach could be revisited to make it less complex.

cijothomas avatar Jul 26 '24 17:07 cijothomas