0.7.0 / 2024-08-04
This release is broken, please use 0.7.1 instead.
Context:
The OpenTelemetry collector used to listen on 0.0.0.0
by default. Since v0.104.0 the default listen address is localhost
, which means by default you cannot send OpenTelemetry data from outside of the Docker container into the Docker container.
With grafana:otel-lgtm:0.7.1
we fixed this by configuring 0.0.0.0
as the default listen address.
See also https://opentelemetry.io/blog/2024/hardening-the-collector-one/.