There was an error while loading. Please reload this page.
1 parent 351ae5f commit 4918130Copy full SHA for 4918130
1 file changed
otel-collector.yaml
@@ -4,11 +4,6 @@ receivers:
4
grpc:
5
endpoint: 0.0.0.0:4317
6
7
-processors:
8
- batch:
9
- timeout: 1s
10
- send_batch_size: 50
11
-
12
exporters:
13
otlphttp/dashboard:
14
endpoint: http://dashboard:3000
@@ -20,7 +15,6 @@ service:
20
15
pipelines:
21
16
traces:
22
17
receivers: [otlp]
23
- processors: [batch]
24
18
exporters: [otlphttp/dashboard]
25
19
26
telemetry:
0 commit comments