Skip to content

Conversation

@mohammadVatandoost
Copy link
Contributor

#2574 Part 2: Adding shutdown_with_timeout for metric reader and provider

@mohammadVatandoost mohammadVatandoost requested a review from a team as a code owner April 1, 2025 19:00
@codecov
Copy link

codecov bot commented Apr 1, 2025

Codecov Report

Attention: Patch coverage is 93.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 81.3%. Comparing base (4791aae) to head (dd2938a).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
opentelemetry-sdk/src/metrics/manual_reader.rs 0.0% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.
Copy link
Member

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

Copy link
Member

@cijothomas cijothomas left a 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.

@cijothomas cijothomas merged commit e9ae9f9 into open-telemetry:main Apr 6, 2025
24 checks passed
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.

3 participants