Skip to content

Commit

Permalink
[opentelemetry-otlp] fix example when running with OTEL Collector 0.104+
Browse files Browse the repository at this point in the history
As mentioned in https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.104.0 the collector now binds to localhost by default, so the config needs to be explicit to allow access from outside of the Docker container

fixes open-telemetry#1958
  • Loading branch information
markdingram committed Aug 3, 2024
1 parent d3c10f8 commit eab99a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318

exporters:
debug:
Expand Down

0 comments on commit eab99a5

Please sign in to comment.