Skip to content

Commit d5fd499

Browse files
authored
update collector to listen on all interfaces (#1685)
by default, the collector only listens on localhost now, and so is not reachable from dev containers when running examples
1 parent d4c1633 commit d5fd499

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

files/collector/otel-collector-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ receivers:
22
otlp:
33
protocols:
44
grpc:
5+
endpoint: "0.0.0.0:4317"
56
http:
7+
endpoint: "0.0.0.0:4318"
68
zipkin:
79

810
exporters:

0 commit comments

Comments
 (0)