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

[backport -> release/3.3.x] perf(opentelemetry): increase max batch size (#12488) #12501

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

samugi
Copy link
Member

@samugi samugi commented Feb 2, 2024

backport of #12488

Summary

The max batch size for Opentelemetry was set to the default value: 1 the value actually refers to the number of spans in a batch, so we are increasing the default value to 200 which corresponds to what the default value used to be with the "old" queue implementation.

Checklist

Issue reference

KAG-3173

The max batch size for Opentelemetry was set to the default value: 1
the value actually refers to the number of spans in a batch, so we are
increasing the default value to 200 which corresponds to what the
default value used to be with the "old" queue implementation.
@team-eng-enablement team-eng-enablement added author/community PRs from the open-source community (not Kong Inc) and removed author/community PRs from the open-source community (not Kong Inc) labels Feb 3, 2024
@hanshuebner hanshuebner merged commit 29bf6e4 into release/3.3.x Feb 5, 2024
43 checks passed
@hanshuebner hanshuebner deleted the cherry-pick/12488 branch February 5, 2024 16:00
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.

4 participants