-
Notifications
You must be signed in to change notification settings - Fork 599
feat: add shutdown with timeout for metric reader and provider #2890
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 metric reader and provider #2890
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2890 +/- ##
=====================================
Coverage 81.3% 81.3%
=====================================
Files 125 126 +1
Lines 24134 24143 +9
=====================================
+ Hits 19630 19640 +10
+ Misses 4504 4503 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| Custom exporters will need to internally synchronize any mutable state, if applicable. | ||
|
|
||
| - **Breaking** The `shutdown_with_timeout` method is added to MetricExporter trait. This is breaking change for custom `MetricExporter` authors. | ||
| - **Breaking** The `shutdown_with_timeout` method is added to MetricReader trait. This is breaking change for custom `MetricReader` authors. |
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.
this should be in vnext section
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, need to move changelog entry to the unreleased part.
#2574 Part 2: Adding shutdown_with_timeout for metric reader and provider