Skip to content

Commit 2d0a786

Browse files
[chore] [processor/batch] docs: stop recommending Batch processor (#13191)
Removes the sentence in Batch processor docs recommending using the component on every collector. This implements one of the points proposed in: - #12443 > - Stop recommending to configure the Batch processor on every collector pipeline.
1 parent 5863005 commit 2d0a786

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

processor/batchprocessor/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ batches. Batching helps better compress the data and reduce the number of
1818
outgoing connections required to transmit the data. This processor supports
1919
both size and time based batching.
2020

21-
It is highly recommended to configure the batch processor on every collector.
2221
The batch processor should be defined in the pipeline after the `memory_limiter`
2322
as well as any sampling processors. This is because batching should happen after
2423
any data drops such as sampling.

0 commit comments

Comments
 (0)