Skip to content

Commit b34e135

Browse files
feat: add default batch timeout of 5s and set batch sizing to increase chances of staying within our API limits
1 parent 017ecc3 commit b34e135

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

packaging/docker/observe-agent/otel-collector.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ processors:
3737
spike_limit_percentage: 20
3838

3939
batch:
40+
timeout: 5s
41+
send_batch_size: 3072
42+
send_batch_max_size: 4096
4043

4144
deltatocumulative:
4245

packaging/linux/etc/observe-agent/otel-collector.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ processors:
3737
spike_limit_percentage: 20
3838

3939
batch:
40+
timeout: 5s
41+
send_batch_size: 3072
42+
send_batch_max_size: 4096
4043

4144
deltatocumulative:
4245

packaging/macos/config/otel-collector.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ processors:
3737
spike_limit_percentage: 20
3838

3939
batch:
40+
timeout: 5s
41+
send_batch_size: 3072
42+
send_batch_max_size: 4096
4043

4144
deltatocumulative:
4245

packaging/windows/config/otel-collector.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ processors:
3737
spike_limit_percentage: 20
3838

3939
batch:
40+
timeout: 5s
41+
send_batch_size: 3072
42+
send_batch_max_size: 4096
4043

4144
deltatocumulative:
4245

0 commit comments

Comments
 (0)