-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add blocking option to control queue behavior when full #12090
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
Merged
bogdandrutu
merged 1 commit into
open-telemetry:main
from
bogdandrutu:add-blocking-option
Jan 15, 2025
Merged
Add blocking option to control queue behavior when full #12090
bogdandrutu
merged 1 commit into
open-telemetry:main
from
bogdandrutu:add-blocking-option
Jan 15, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Bogdan Drutu <[email protected]>
d87f8db
to
cc2374a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
dmitryax
approved these changes
Jan 15, 2025
Merged
via the queue into
open-telemetry:main
with commit Jan 15, 2025
b9d4e39
56 of 58 checks passed
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
chengchuanpeng
pushed a commit
to chengchuanpeng/opentelemetry-collector-contrib
that referenced
this pull request
Jan 26, 2025
…elemetry#37251) #### 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
zeck-ops
pushed a commit
to zeck-ops/opentelemetry-collector-contrib
that referenced
this pull request
Apr 23, 2025
…elemetry#37251) #### 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #5456