Skip to content

Commit 1d16b8c

Browse files
pickypghayotbisonai
authored andcommitted
[OTel Docs] Indent batch config (elastic#10787)
This updates the `batch` config to match the nesting in elastic#10569.
1 parent ccfaeab commit 1d16b8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/edot-collector/config/default-config-standalone.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ otlp/ingest:
116116
sizer: bytes
117117
queue_size: 50000000 # 50MB uncompressed
118118
block_on_overflow: true
119-
batch:
120-
flush_interval: 1s
121-
min_size: 1_000_000 # 1MB uncompressed
122-
max_size: 4_000_000 # 4MB uncompressed
119+
batch:
120+
flush_interval: 1s
121+
min_size: 1_000_000 # 1MB uncompressed
122+
max_size: 4_000_000 # 4MB uncompressed
123123
```
124124
125125
The previous configuration leverages an in-memory queue and optimized batching defaults to improve throughput, minimize data loss, and maintain low end-to-end latency.

0 commit comments

Comments
 (0)