github grafana/docker-otel-lgtm v0.18.0

latest release: v0.18.1
7 hours ago

Caution

This release failed due to a bug in our release process that caused the Docker image not to be published.

Use the v0.18.1 release instead.

What's Changed

OpenTelemetry & LGTM

  • chore(deps): update dependency opentelemetry-collector to v0.145.0 by @renovate-sh-app[bot] in #1019
  • chore(deps): update dependency pyroscope to v1.18.1 by @renovate-sh-app[bot] in #1032
  • chore(deps): update dependency grafana to v12.3.3 by @renovate-sh-app[bot] in #1031

New: Zero-code observability with eBPF

image

The grafana/otel-lgtm image now bundles OBI (OpenTelemetry eBPF Instrumentation). OBI automatically generates traces and RED metrics for HTTP/gRPC services using Linux eBPF — no SDKs, no agents, no code changes.

ENABLE_OBI=true ./run-lgtm.sh

Target specific languages with OBI_TARGET=java|python|node|dotnet|ruby, or let OBI auto-discover services on common ports.

Requires Linux kernel 5.8+ and privileged Docker mode (handled automatically by run-lgtm.sh).

See the README for configuration details and the OBI example for a multi-language demo with 5 uninstrumented apps.

Other Changes

Full Changelog: v0.17.1...v0.18.0

Don't miss a new docker-otel-lgtm release

NewReleases is sending notifications on new releases.