Skip to content

Commit fe95c22

Browse files
feat: add default batch timeout of 5s (#176)
### Description Add default batch timeout of 5s to reduce number of requests. ### Checklist - [ ] Created tests which fail without the change (if possible) - [ ] Extended the README / documentation, if necessary
1 parent 017ecc3 commit fe95c22

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ processors:
3737
spike_limit_percentage: 20
3838

3939
batch:
40+
timeout: 5s
4041

4142
deltatocumulative:
4243

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ processors:
3737
spike_limit_percentage: 20
3838

3939
batch:
40+
timeout: 5s
4041

4142
deltatocumulative:
4243

packaging/macos/config/otel-collector.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ processors:
3737
spike_limit_percentage: 20
3838

3939
batch:
40+
timeout: 5s
4041

4142
deltatocumulative:
4243

packaging/windows/config/otel-collector.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ processors:
3737
spike_limit_percentage: 20
3838

3939
batch:
40+
timeout: 5s
4041

4142
deltatocumulative:
4243

0 commit comments

Comments
 (0)