-
Notifications
You must be signed in to change notification settings - Fork 600
feat: add shutdown with timeout for log exporter #2909
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
feat: add shutdown with timeout for log exporter #2909
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2909 +/- ##
=====================================
Coverage 81.3% 81.3%
=====================================
Files 126 126
Lines 24254 24251 -3
=====================================
Hits 19736 19736
+ Misses 4518 4515 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cijothomas
left a comment
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.
The direction is good, we just need to avoid breaking changes
https://github.com/open-telemetry/opentelemetry-rust/pull/2909/files#r2044826171
|
The changes look good. We still don't have complete flow to have this invoked from provider/processor. Will that be added as separate PR? |
Yes,I will do that in a separate PR |
cijothomas
left a comment
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
Co-authored-by: Cijo Thomas <[email protected]>
#2574 Part 3: Adding shutdown_with_timeout for log exporter