Skip to content

Commit be08c56

Browse files
authored
fix: o11y bind OTel Collector to 0.0.0.0 for cross-container access (#17)
1 parent d424ca4 commit be08c56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

o11y/otelcol-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ receivers:
55
otlp:
66
protocols:
77
grpc:
8+
endpoint: 0.0.0.0:4317
89
http:
10+
endpoint: 0.0.0.0:4318
911

1012
exporters:
1113
debug:

0 commit comments

Comments
 (0)