Skip to content

Commit 9f71652

Browse files
authored
[opentelemetry-otlp] fix example when running with OTEL Collector 0.104+ (#1982)
1 parent d3c10f8 commit 9f71652

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opentelemetry-otlp/examples/basic-otlp-http/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)