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.6.x] perf(opentelemetry): increase queue max batch size #12542

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

team-gateway-bot
Copy link
Collaborator

@team-gateway-bot team-gateway-bot commented Feb 6, 2024

Automated backport to release/3.6.x, triggered by a label in #12488.

Original description

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

https://konghq.atlassian.net/browse/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.

(cherry picked from commit c7cb900)
@samugi samugi marked this pull request as draft February 6, 2024 11:54
@samugi samugi marked this pull request as ready for review February 12, 2024 08:42
@bungle bungle merged commit 510b137 into release/3.6.x Feb 13, 2024
50 checks passed
@bungle bungle deleted the backport-12488-to-release/3.6.x branch February 13, 2024 17:48
@team-gateway-bot
Copy link
Collaborator Author

Cherry-pick failed for release/3.6.x: couldn't find remote ref release/3.6.x.
Please ensure that this Github repo has a branch named release/3.6.x.

@team-gateway-bot
Copy link
Collaborator Author

Cherry-pick failed for release/3.6.x, because it was unable to create a new branch.

Please cherry-pick the changes locally.

git remote add upstream https://github.com/kong/kong-ee
git fetch upstream release/3.6.x
git worktree add -d .worktree/cherry-pick-12542-to-release/3.6.x-to-upstream upstream/release/3.6.x
cd .worktree/cherry-pick-12542-to-release/3.6.x-to-upstream
git checkout -b cherry-pick-12542-to-release/3.6.x-to-upstream
ancref=$(git merge-base 1ec5948565b83ebc9bcc5405b7d2a52369716a01 f29dc567996b66cd5c5bed307e91a8604d413125)
git cherry-pick -x $ancref..f29dc567996b66cd5c5bed307e91a8604d413125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants