chore(OSC-1277): Replace Batch Processor references with Exporter Batching in collector configuration examples#6777
Open
ravishankar-sumo wants to merge 2 commits into
Open
Conversation
2ce3a3d to
4a0b913
Compare
4a0b913 to
7a81a5a
Compare
kimsauce
reviewed
Jun 9, 2026
|
|
||
| In the example above, two internally defined processors were used in metadata pipeline: | ||
| [batch](https://github.com/open-telemetry/opentelemetry-collector/tree/v0.90.1/processor/batchprocessor) and [memory limiter](https://github.com/open-telemetry/opentelemetry-collector/tree/v0.90.1/processor/memorylimiterprocessor). If you need to change the parameters of these processors in any way, you can define your own and use them in this pipeline. | ||
| In the example above, one of the internally defined processor were used in metadata pipeline: |
Collaborator
There was a problem hiding this comment.
Suggested change
| In the example above, one of the internally defined processor were used in metadata pipeline: | |
| In the example above, one of the internally defined processors was used in metadata pipeline: |
kimsauce
reviewed
Jun 9, 2026
| * [memorylimiterprocessor] | ||
| * [filterprocessor] | ||
|
|
||
| Learn more above these exporters |
Collaborator
There was a problem hiding this comment.
Suggested change
| Learn more above these exporters | |
| Learn more about these exporters |
kimsauce
reviewed
Jun 9, 2026
| ``` | ||
|
|
||
| :::note | ||
| The [Batch processor][batchprocessor] from upstream is in plan for deprecation over the exporter batching. [Ref](https://github.com/open-telemetry/opentelemetry-collector/pull/15273) |
Collaborator
There was a problem hiding this comment.
Suggested change
| The [Batch processor][batchprocessor] from upstream is in plan for deprecation over the exporter batching. [Ref](https://github.com/open-telemetry/opentelemetry-collector/pull/15273) | |
| The [Batch processor][batchprocessor] from upstream is planned for deprecation in favor of exporter-level batching. [Ref](https://github.com/open-telemetry/opentelemetry-collector/pull/15273) |
kimsauce
reviewed
Jun 9, 2026
| [batch_processor]: https://github.com/open-telemetry/opentelemetry-collector/tree/v0.47.0/processor/batchprocessor#batch-processor | ||
| [sumologic_exporter]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.50.0-sumo-0/pkg/exporter/sumologicexporter#sumo-logic-exporter | ||
| [filling_up_alert]: https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubepersistentvolumefillingup/ | ||
| [sumo-otelcol-batching-doc]: ../../opentelemetry-collector/data-source-configurations/additional-configurations-reference/#using-batch-processor-to-batch-data |
Collaborator
There was a problem hiding this comment.
this can be removed as it was deleted in line 552
Suggested change
| [sumo-otelcol-batching-doc]: ../../opentelemetry-collector/data-source-configurations/additional-configurations-reference/#using-batch-processor-to-batch-data |
kimsauce
reviewed
Jun 9, 2026
kimsauce
reviewed
Jun 9, 2026
kimsauce
reviewed
Jun 10, 2026
| traces: | ||
| receivers: [otlp,awsxray] | ||
| processors: [batch/traces] | ||
| receivers: [otlp] |
Collaborator
There was a problem hiding this comment.
should this be receivers: [otlp,awsxray] ? @ravishankar-sumo
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Purpose of this pull request
Updates the documentation for recommending exporter level batching over batch processor. The batch processor is in motion for deprecation in the upstream.
Select the type of change
Ticket (if applicable)
https://sumologic.atlassian.net/browse/OSC-1277