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:
parent
99a35dadf2
commit
112822cbe4
|
|
@ -2,7 +2,9 @@ receivers:
|
|||
otlp:
|
||||
protocols:
|
||||
grpc:
|
||||
endpoint: "0.0.0.0:4317"
|
||||
http:
|
||||
endpoint: "0.0.0.0:4318"
|
||||
zipkin:
|
||||
|
||||
exporters:
|
||||
|
|
|
|||
Loading…
Reference in New Issue