-
Coming from prometheus, you can create MetricVec type which can delete specific metrics. I went through the opentelemetry sdk code but didn't see any indication of a way for users to delete metrics manually. I've only seen that the in-memory metrics are only deleted through delta temporality. Is there a way to delete in memory metrics similar to how prometheus does this? If not, will this be in the roadmap? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm not even seeing that mentioned in the specification: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md |
Beta Was this translation helpful? Give feedback.
I'm not even seeing that mentioned in the specification: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md
If this were to be added, it would have to be specified first.