Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prometheus exporter handles instrumentation scope and prevents collisions #930

Closed
dashpole opened this issue Dec 6, 2022 · 1 comment
Closed
Labels
A-metrics Area: issues related to metrics

Comments

@dashpole
Copy link

dashpole commented Dec 6, 2022

Now that open-telemetry/opentelemetry-specification#2703 is released, we can update the prometheus exporter to make use of OpenTelemetry scope, particularly for reducing collisions between metrics with the same name.

Describe the solution you'd like

There are a few components:

Note that the exporter SHOULD do the above by default, but may allow disabling the behavior.

@jtescher
Copy link
Member

Resolved in #974

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-metrics Area: issues related to metrics
Projects
None yet
Development

No branches or pull requests

3 participants