-
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
Update SpanProcessor Shutdown with context and error #1264
Update SpanProcessor Shutdown with context and error #1264
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1264 +/- ##
========================================
- Coverage 76.9% 76.8% -0.1%
========================================
Files 122 122
Lines 5934 5944 +10
========================================
+ Hits 4564 4568 +4
- Misses 1122 1129 +7
+ Partials 248 247 -1
|
I failed with CI a bit, so sorry for that 😔 |
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.
Looks good. All comments are for minor questions. ;)
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.
LGTM
Update SpanProcessor Shutdown with context and error (open-telemetry#1264)
…1264) * 1232: update SpanProcessor Shutdown with context and error * 1232: add changelog info * 1232: fix CI error, rm commented code * 1232: fix CI unhandled error * 1232: Done commit properly * Add shutdown error handling * Merge branch 'master' into update-span-processor * Revert now unneeded context declaration move Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by: Tyler Yahn <codingalias@gmail.com>
Closes #1232