-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add WithoutCounterSuffixes option in the prometheus exporter #4306
Add WithoutCounterSuffixes option in the prometheus exporter #4306
Conversation
7255c97
to
1cbfa23
Compare
This is now ready for review |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4306 +/- ##
=======================================
- Coverage 83.6% 83.6% -0.1%
=======================================
Files 183 183
Lines 14221 14227 +6
=======================================
+ Hits 11895 11899 +4
- Misses 2100 2102 +2
Partials 226 226
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW I pulled this into our local dev branch and this works as I expected and (will) unblock our adoption of otel. 👍
…rs/prometheus to disable addition of _total suffixes
a19cd67
to
d481b7d
Compare
Follow up from open-telemetry#4306
Fixes #4305
Blocked on open-telemetry/opentelemetry-specification#3590