-
Notifications
You must be signed in to change notification settings - Fork 823
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
feat: Add missing prometheus exports for ValueRecorder, SumObserver & UpDownSumObserver #1428
feat: Add missing prometheus exports for ValueRecorder, SumObserver & UpDownSumObserver #1428
Conversation
|
Codecov Report
@@ Coverage Diff @@
## master #1428 +/- ##
=======================================
Coverage 94.11% 94.12%
=======================================
Files 145 145
Lines 4335 4341 +6
Branches 883 886 +3
=======================================
+ Hits 4080 4086 +6
Misses 255 255
|
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
packages/opentelemetry-exporter-prometheus/test/prometheus.test.ts
Outdated
Show resolved
Hide resolved
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.
Thanks for the contribution!
Which problem is this PR solving?
Adds missing support for
ValueRecorder
,SumObserver
&UpDownSumObserver
in the prometheus exporter.Short description of the changes