Skip to content

Commit 6a079eb

Browse files
authored
nit - collector config fix for self-diagnostic example (#2271)
1 parent 16f80c2 commit 6a079eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/self-diagnostics/otel-collector-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ receivers:
88
otlp:
99
protocols:
1010
grpc:
11+
endpoint: 0.0.0.0:4317
1112
http:
13+
endpoint: 0.0.0.0:4318
1214

1315
exporters:
1416
debug:

0 commit comments

Comments
 (0)