Skip to content

0.7.0 / 2024-08-04

Compare
Choose a tag to compare
@fstab fstab released this 04 Aug 11:12
· 58 commits to main since this release

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/.