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

Support high-volume span producers #568

Closed
jmacd opened this issue Nov 21, 2023 · 0 comments · Fixed by #569
Closed

Support high-volume span producers #568

jmacd opened this issue Nov 21, 2023 · 0 comments · Fixed by #569

Comments

@jmacd
Copy link
Member

jmacd commented Nov 21, 2023

Describe the bug
The current exporter is able to export one batch at a time. Larger batches increase latency, and we would like to use concurrent exports. The new concurrent batch processor will do just what we need.
open-telemetry/otel-arrow#80

jmacd added a commit that referenced this issue Nov 21, 2023
**Description:** We have several high-volume span producers that will
benefit from concurrency.
Meanwhile, the new processor will not harm existing low-volume users, so
we use it unconditionally.

Batching parameters have been set to 1000/1500 (batch_size / max_size)
and 32MiB in flight.

**Link to tracking Issue:** 
Fixes #568
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 a pull request may close this issue.

1 participant