chore: modify otel exporter config batch size (#3775)

This commit is contained in:
cthomas
2025-08-06 13:57:11 -07:00
committed by GitHub
parent 3884d53f81
commit 30b35764a6
3 changed files with 22 additions and 19 deletions

View File

@@ -9,14 +9,11 @@ receivers:
processors:
memory_limiter:
check_interval: 1s
limit_mib: 500
spike_limit_mib: 128
limit_mib: 1024
spike_limit_mib: 256
batch:
timeout: 10s
send_batch_size: 8192
max_queue_size: 4096
max_batch_size: 1024
throttle: true
exporters:
otlp: