-
Notifications
You must be signed in to change notification settings - Fork 576
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
config: NewSDK can return valid MeterProvider #4804
config: NewSDK can return valid MeterProvider #4804
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4804 +/- ##
=======================================
+ Coverage 61.8% 62.1% +0.2%
=======================================
Files 186 186
Lines 11388 11527 +139
=======================================
+ Hits 7049 7166 +117
- Misses 4137 4149 +12
- Partials 202 212 +10
|
905a8ac
to
792c424
Compare
@codeboten Can you please update the branch (resolve conflicts)? I will do my best to review the PR this week. |
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.
I think that one unit test should be added. Other than that LGTM.
|
2d2a5b1
to
8e92da2
Compare
8e92da2
to
5508d92
Compare
// TODO: add support for constant label filter | ||
// otelprom.WithResourceAsConstantLabels(attribute.NewDenyKeysFilter()), | ||
// ) |
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.
Can you create an issue for tracking and reference it here?
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.
Done #5381
Follow up to open-telemetry#4741, does the same but for metric signal. Fixes open-telemetry#4371 Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
5508d92
to
997c85e
Compare
Follow up to #4741, does the same but for metric signal.
Fixes #4371
Will rebase once 4741 is merged