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 #5014

Closed
dashpole opened this issue Dec 2, 2022 · 0 comments · Fixed by #5078
Closed

Prometheus exporter handles instrumentation scope and prevents collisions #5014

dashpole opened this issue Dec 2, 2022 · 0 comments · Fixed by #5078
Labels
Feature Request Suggest an idea for this project help wanted

Comments

@dashpole
Copy link
Contributor

dashpole commented Dec 2, 2022

Is your feature request related to a problem? Please describe.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Suggest an idea for this project help wanted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants