We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The Batch processor can send a bigger batch than it is configured. For example send_batch_size is sed to 500 but the returned batches are ~800.
send_batch_size
500
~800
Steps to reproduce Configure send_batch_size = N and send either bigger batches to the receiver or smaller but in very high frequency.
What did you expect to see?
The returned batch size always be <= configured size in send_batch_size.
What did you see instead?
Batch sizes >= send_batch_size.
What version did you use? master
master
What config did you use?
processors: batch: send_batch_size: 1000 timeout: 200ms
Environment Linux
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Document make test for testing (open-telemetry#1154)
make test
4c5f834
Fixes open-telemetry#1140
update env var expansion test with non env var usage (open-telemetry#…
674a877
…1140)
sem ver (open-telemetry#1140)
4f5505f
Bump azure/setup-helm from 3.5 to 4 (open-telemetry#1140)
712dbd5
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.5 to 4. - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@v3.5...v4) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Successfully merging a pull request may close this issue.
Describe the bug
The Batch processor can send a bigger batch than it is configured. For example
send_batch_size
is sed to500
but the returned batches are~800
.Steps to reproduce
Configure
send_batch_size
= N and send either bigger batches to the receiver or smaller but in very high frequency.What did you expect to see?
The returned batch size always be <= configured size in
send_batch_size
.What did you see instead?
Batch sizes >=
send_batch_size
.What version did you use?
master
What config did you use?
Environment
Linux
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: