chore: change the defaults of otelcol.exporter queue batch block#5061
Merged
chore: change the defaults of otelcol.exporter queue batch block#5061
Conversation
Contributor
|
💻 Deploy preview available (Ptodev/otel batch): |
ptodev
commented
Dec 10, 2025
docs/sources/reference/components/otelcol/otelcol.exporter.otlphttp.md
Outdated
Show resolved
Hide resolved
kgeckhart
approved these changes
Dec 11, 2025
863cc44 to
bad19a0
Compare
Contributor
|
💻 Deploy preview available (Change the defaults of otelcol.exporter queue batch block): |
bad19a0 to
ad7357b
Compare
Contributor
|
💻 Deploy preview deleted (chore: change the defaults of otelcol.exporter queue batch block). |
4d55b52 to
5c64deb
Compare
BREAKING CHANGE: `min_size` has changed from `8192` to `2000` and `max_size` has changed from `0` to `3000`
55fad5d to
82fb9a5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
Similar to #4363, but for the batch block in the exporters. This makes the defaults more friendly to Grafana Cloud.
Which issue(s) this PR fixes
Fixes #4488
PR Checklist
BEGIN_COMMIT_OVERRIDE
feat: Change the defaults for
sending_queue>batchblock insideotelcol.exportercomponents (#5061)BREAKING CHANGE:
otelcol.exporter>sending_queue>batch>min_sizechanged from8192to2000andmax_sizechanged from0to3000END_COMMIT_OVERRIDE