8000 Fix trace batch size to match old behaviour by grcevski · Pull Request #15 · grafana/opentelemetry-ebpf-instrumentation · GitHub
[go: up one dir, main page]

Skip to content

Conversation

grcevski
Copy link

The changes we had to do to upgrade to the collector SDK exporter version 0.130 are not equivalent in behaviour to the old version 0.128 (which was experimental). Because of this change we are exporting data very frequently for traces and it might cause excessive calls to the OTel collector.

I'm introducing a change where we set the default timeout to 60 seconds for exporting traces and if that value is set, we then set the minimum size, forcing the batcher to batch the requests until 4K are filled up.

Relates to grafana/beyla#2199

@grcevski grcevski merged commit 27216a9 into release-1.2 Sep 24, 2025
19 checks passed
rafaelroquetto added a commit to grafana/beyla that referenced this pull request Sep 24, 2025
Include grafana/opentelemetry-ebpf-instrumentation#15

---------

Co-authored-by: Nikola Grcevski <grcevski@gmail.com>
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
0