-
Notifications
You must be signed in to change notification settings - Fork 821
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
Correct NaN String in the Prometheus Exporter #3477
Correct NaN String in the Prometheus Exporter #3477
Conversation
@JacksonWeber you need to update failing test case as well |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3477 +/- ##
=======================================
Coverage 93.76% 93.76%
=======================================
Files 248 248
Lines 7567 7567
Branches 1580 1580
=======================================
Hits 7095 7095
Misses 472 472
|
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.
LGTM
CLA needs to be signed before we can land this PR. |
Thank you for working on this! A changelog entry at https://github.com/open-telemetry/opentelemetry-js/blob/main/experimental/CHANGELOG.md#bug-bug-fix needs to be added. |
…sonWeber/opentelemetry-js into jacksonweber/prometheus-nan # Conflicts: # experimental/CHANGELOG.md
Which problem is this PR solving?
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes (issue): #3465
Short description of the changes
Corrects the string used for NaN in the
PrometheusSerializer
from 'Nan' to 'NaN'.Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: