update collector to listen on all interfaces

by default, the collector only listens on localhost now, and so is not reachable from
dev containers when running examples
This commit is contained in:
Brett McBride 2025-08-07 10:51:55 +10:00
parent 99a35dadf2
commit 112822cbe4
1 changed files with 2 additions and 0 deletions

View File

@ -2,7 +2,9 @@ receivers:
otlp:
protocols:
grpc:
endpoint: "0.0.0.0:4317"
http:
endpoint: "0.0.0.0:4318"
zipkin:
exporters: