This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Support a cumulative "interpretation" of Unknown metrics #69
Closed
dashpole opened this issue
Jan 31, 2022
· 4 comments
· Fixed by open-telemetry/opentelemetry-collector-contrib#32605
Closed
Support a cumulative "interpretation" of Unknown metrics #69
dashpole opened this issue
Jan 31, 2022
· 4 comments
· Fixed by open-telemetry/opentelemetry-collector-contrib#32605
Comments
One idea presented by @Aneurysm9 at the prometheus-wg meeting today is to add a |
Not a resource attribute, but a metric attribute since the attribute would not necessarily apply to all metrics from that resource. |
This was referenced Dec 21, 2022
reviving this topic, is there any opposition to a proposal for how to address this? I am willing to put something together for the spec |
Already fixed by open-telemetry/opentelemetry-collector-contrib#32605 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prometheus Unknown metrics are metrics that have no type information, such as metrics from a third party system. Prometheus doesn't actually make use of type information, so Prometheus users can treat Unknown metrics as either counters or gauges at query time.
Under the current proposed specification, open-telemetry/opentelemetry-specification#2266, OpenTelemetry will convert Unknown-typed metrics to OTLP Gauges. While this is arguably more useful than dropping metrics, it does not preserve the fact that the metric type was initially unknown, and may make it difficult in some backends for users to treat them as counters.
If possible, we should attempt to preserve the fact that these metrics were initially Unknown-typed.
The text was updated successfully, but these errors were encountered: