-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[exporterqueue] Implement blocking queue #11951
base: main
Are you sure you want to change the base?
Conversation
ede52ac
to
bcd3fe8
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11951 +/- ##
==========================================
- Coverage 91.70% 91.69% -0.01%
==========================================
Files 447 448 +1
Lines 23728 23793 +65
==========================================
+ Hits 21759 21817 +58
- Misses 1600 1606 +6
- Partials 369 370 +1 ☔ View full report in Codecov by Sentry. |
@sfc-gh-sili please rebase and look at the failing CI |
7ea3462
to
0448db0
Compare
301d1e0
to
05cec89
Compare
3028f40
to
946ba78
Compare
usePullingBasedExporterQueueBatcher.IsEnabled() && be.BatcherCfg.Enabled && !be.queueCfg.Enabled { | ||
if usePullingBasedExporterQueueBatcher.IsEnabled() && be.BatcherCfg.Enabled && !be.queueCfg.Enabled { | ||
be.queueFactory = exporterqueue.NewBlockingMemoryQueue[internal.Request]() | ||
be.queueCfg.QueueSize = 20 |
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.
Why do we need to set it to 20?
Description
This PR
batch_sender
if the feature gateUsePullingBasedExporterQueueBatcher
is on.Link to tracking issue
#8122
#10368
Testing
Documentation