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

Remove unwanted Arc insider PeriodicReader #2579

Merged

Conversation

cijothomas
Copy link
Member

Also did a minor change to calculate timeout in Periodicreader. It is still TODO to pass it to exporter and enforce it.

@cijothomas cijothomas requested a review from a team as a code owner January 31, 2025 02:31
Copy link

codecov bot commented Jan 31, 2025

Codecov Report

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

Project coverage is 79.6%. Comparing base (732b938) to head (98c6ecb).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
opentelemetry-sdk/src/metrics/periodic_reader.rs 88.8% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main   #2579   +/-   ##
=====================================
  Coverage   79.6%   79.6%           
=====================================
  Files        118     118           
  Lines      22467   22473    +6     
=====================================
+ Hits       17897   17902    +5     
- Misses      4570    4571    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

// Relying on futures executor to execute async call.
// TODO: Add timeout and pass it to exporter or consider alternative
// design to enforce timeout here.
// TODO: Pass timeout to exporter
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit

Suggested change
// TODO: Pass timeout to exporter
// TODO: Pass _timeout initialized above to exporter

@cijothomas cijothomas merged commit b50da91 into open-telemetry:main Jan 31, 2025
21 checks passed
@cijothomas cijothomas deleted the cijothomas/periodicreader-2 branch January 31, 2025 17:59
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.

2 participants