Skip to content
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

Merged

Conversation

jack-berg
Copy link
Member

Resolves #5218.

@jack-berg jack-berg requested a review from a team February 15, 2023 14:52
@codecov
Copy link

codecov bot commented Feb 15, 2023

Codecov Report

Base: 91.09% // Head: 91.09% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (4ffbdc5) compared to base (84feb47).
Patch coverage: 100.00% of modified lines in pull request are covered.

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           
Impacted Files Coverage Δ
...nfigure/AutoConfiguredOpenTelemetrySdkBuilder.java 96.29% <100.00%> (+0.02%) ⬆️
...ava/io/opentelemetry/sdk/internal/RateLimiter.java 94.11% <0.00%> (-5.89%) ⬇️
...metry/sdk/logs/export/BatchLogRecordProcessor.java 91.48% <0.00%> (+0.70%) ⬆️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@breedx-splk breedx-splk left a 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. ❤️

@jack-berg jack-berg merged commit 219729a into open-telemetry:main Feb 15, 2023
github-actions bot pushed a commit that referenced this pull request Feb 15, 2023
* Fix autoconfigure shutdown hook

* Add unit test
jack-berg added a commit that referenced this pull request Feb 15, 2023
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autoconfigured GlobalOpenTelemetry not flushing spans on shutdown, v1.23.0
3 participants