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

Add blocking option to control queue behavior when full #12090

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

bogdandrutu
Copy link
Member

@bogdandrutu bogdandrutu commented Jan 14, 2025

Fixes #5456

@bogdandrutu bogdandrutu requested review from dmitryax and a team as code owners January 14, 2025 20:44
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.59%. Comparing base (71aae79) to head (cc2374a).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12090      +/-   ##
==========================================
- Coverage   91.60%   91.59%   -0.01%     
==========================================
  Files         456      456              
  Lines       24086    24091       +5     
==========================================
+ Hits        22064    22067       +3     
- Misses       1649     1650       +1     
- Partials      373      374       +1     

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

@bogdandrutu bogdandrutu added this pull request to the merge queue Jan 15, 2025
Merged via the queue into open-telemetry:main with commit b9d4e39 Jan 15, 2025
56 of 58 checks passed
@bogdandrutu bogdandrutu deleted the add-blocking-option branch January 15, 2025 00:54
dmitryax pushed a commit to open-telemetry/opentelemetry-collector-contrib that referenced this pull request Jan 15, 2025
#### Description
This test will break `contrib-test` in opentelemetry-collector repo when
we add new features in exporter spec.
Removing this test as it seems not to be useful(only test string
representation) and makes `contrib-test` flaky.
Link:
https://github.com/open-telemetry/opentelemetry-collector/actions/runs/12786594498/job/35643968597

cc @bogdandrutu 

#### Link to tracking issue
Relevant to
open-telemetry/opentelemetry-collector#12090
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Back pressure instead of dropping spans while using sending_queue
2 participants