-
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
TracerProvider cleanups #3942
TracerProvider cleanups #3942
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3942 +/- ##
=====================================
Coverage 81.7% 81.7%
=====================================
Files 171 171
Lines 12950 12951 +1
=====================================
+ Hits 10585 10590 +5
+ Misses 2142 2138 -4
Partials 223 223
|
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.
👍
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.
PS. Next time I suggest regular commits and merges. Force pushes + rebase on PRs makes reviewing harder as you cannot review only the changes since last review (and you lose the history).
It doesn't need to be a pointer, can be part of the struct to avoid allocating a separate object for it
Please see individual commits.