-
Notifications
You must be signed in to change notification settings - Fork 380
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
fix: correct exemplar formating #556
Conversation
b010e69
to
2769d58
Compare
2769d58
to
be89066
Compare
lib/registry.js
Outdated
fullMetricLine = `${metricName}${labelsString} ${getValueAsString( | ||
val.value, | ||
)}`; |
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.
nit: why did you declare it above? Should be fine to just let fullMetricLine = ...
here.
- Fixed improper formating of exemplars - Added snapshot test for exemplars
be89066
to
35d9295
Compare
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.
wonderful, thanks!
I cherry-picked this onto master via 4a800f4. I think I applied the diff correctly 😅 |
It looks good, thanks! |
Fix exemplar formating
Fixes #554