-
Notifications
You must be signed in to change notification settings - Fork 473
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
Replace once_cell::Lazy with std::sync::OnceLock for global Initialization in otel-sdk crate #2342
Conversation
The CI build is failing unrelated to this PR:
Have raised a bug for sysinfo for now - GuillaumeGomez/sysinfo#1392 |
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.
One less dependency 🤘
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2342 +/- ##
=======================================
- Coverage 79.5% 79.5% -0.1%
=======================================
Files 123 123
Lines 21381 21395 +14
=======================================
+ Hits 17003 17012 +9
- Misses 4378 4383 +5 ☔ View full report in Codecov by Sentry. |
…ation in otel-sdk crate (open-telemetry#2342)
Changes
changes similar to #2326 for otel-sdk.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes