added batch size in otel collector config

This commit is contained in:
Ankit Nayan 2021-02-09 03:04:50 +05:30
parent c145f92125
commit d526e15fa8
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@ receivers:
thrift_http:
processors:
batch:
send_batch_size: 1000
timeout: 10s
memory_limiter:
# Same as --mem-ballast-size-mib CLI argument
ballast_size_mib: 683

View File

@ -14,6 +14,8 @@ data:
thrift_http:
processors:
batch:
send_batch_size: 1000
timeout: 10s
memory_limiter:
# Same as --mem-ballast-size-mib CLI argument
ballast_size_mib: 683