Skip to content

Commit 6d6d04e

Browse files
committed
Fix load tests
1 parent 2502c59 commit 6d6d04e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/config/agent/nginx-agent-otel-load.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ collector:
2424
host: "127.0.0.1"
2525
port: 4317
2626
processors:
27-
batch: {}
27+
batch:
28+
send_batch_size: 8192
29+
timeout: 200ms
30+
send_batch_max_size: 0
2831
exporters:
2932
otlp:
3033
- server:

0 commit comments

Comments
 (0)