-
Notifications
You must be signed in to change notification settings - Fork 834
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 autoconfigure shutdown hook #5221
Fix autoconfigure shutdown hook #5221
Conversation
.../src/main/java/io/opentelemetry/sdk/autoconfigure/AutoConfiguredOpenTelemetrySdkBuilder.java
Show resolved
Hide resolved
Codecov ReportBase: 91.09% // Head: 91.09% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #5221 +/- ##
=========================================
Coverage 91.09% 91.09%
Complexity 4876 4876
=========================================
Files 549 549
Lines 14420 14421 +1
Branches 1372 1372
=========================================
+ Hits 13136 13137 +1
Misses 891 891
Partials 393 393
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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 getting this going again. ❤️
* Fix autoconfigure shutdown hook * Add unit test
* Fix autoconfigure shutdown hook (#5221) * Fix autoconfigure shutdown hook * Add unit test * Add changelog entry --------- Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com> Co-authored-by: Jack Berg <jberg@newrelic.com>
Resolves #5218.