Skip to content

Commit 926e5f9

Browse files
committed
add flush_timeout
1 parent a0a3c78 commit 926e5f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

internal/pkg/otel/samples/windows/managed_otlp/logs_metrics_traces.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ exporters:
8383
queue_size: 50000000 # 50MB uncompressed
8484
block_on_overflow: true
8585
batch:
86-
flush_interval: 1s
86+
flush_timeout: 1s
8787
min_size: 1_000_000 # 1MB uncompressed
8888
max_size: 4_000_000 # 4MB uncompressed
8989
otlp/ingest_metrics_traces:
@@ -96,7 +96,7 @@ exporters:
9696
queue_size: 50000000 # 50MB uncompressed
9797
block_on_overflow: true
9898
batch:
99-
flush_interval: 1s
99+
flush_timeout: 1s
100100
min_size: 1_000_000 # 1MB uncompressed
101101
max_size: 4_000_000 # 4MB uncompressed
102102

internal/pkg/otel/samples/windows/managed_otlp/platformlogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ exporters:
5353
queue_size: 50000000 # 50MB uncompressed
5454
block_on_overflow: true
5555
batch:
56-
flush_interval: 1s
56+
flush_timeout: 1s
5757
min_size: 1_000_000 # 1MB uncompressed
5858
max_size: 4_000_000 # 4MB uncompressed
5959

internal/pkg/otel/samples/windows/managed_otlp/platformlogs_hostmetrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ exporters:
7474
queue_size: 50000000 # 50MB uncompressed
7575
block_on_overflow: true
7676
batch:
77-
flush_interval: 1s
77+
flush_timeout: 1s
7878
min_size: 1_000_000 # 1MB uncompressed
7979
max_size: 4_000_000 # 4MB uncompressed
8080

0 commit comments

Comments
 (0)