Skip to content

Commit bdb0ca4

Browse files
Remove old reference to default 8192 (#4570)
1 parent d078f88 commit bdb0ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/reference/components/otelcol/otelcol.processor.batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Use `send_batch_max_size` to limit the amount of data contained in a single batc
7373
Every batch contains up to the `send_batch_max_size` number of spans, log records, or metric data points.
7474
The excess spans, log records, or metric data points aren't lost - instead, they're added to the next batch.
7575

76-
For example, assume you set `send_batch_size` to the default `8192` and there are 8,000 batched spans.
76+
For example, assume you set `send_batch_size` to `8192` and there are 8,000 batched spans.
7777
If the batch processor receives 8,000 more spans at once, its behavior depends on how you configure `send_batch_max_size`:
7878

7979
* If you set `send_batch_max_size` to `0`, the total batch size would be 16,000 spans which are then flushed as a single batch.

0 commit comments

Comments
 (0)