Skip to content

Commit 38d212f

Browse files
committed
Remove otel-collector batch processor for real-time span forwarding
1 parent fcd8cdd commit 38d212f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

otel-collector.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ receivers:
44
grpc:
55
endpoint: 0.0.0.0:4317
66

7-
processors:
8-
batch:
9-
timeout: 1s
10-
send_batch_size: 50
11-
127
exporters:
138
otlphttp/dashboard:
149
endpoint: http://dashboard:3000
@@ -20,7 +15,6 @@ service:
2015
pipelines:
2116
traces:
2217
receivers: [otlp]
23-
processors: [batch]
2418
exporters: [otlphttp/dashboard]
2519

2620
telemetry:

0 commit comments

Comments
 (0)