Skip to content

v0.18.1

Choose a tag to compare

@grafana-otel-bot grafana-otel-bot released this 13 Feb 20:40
· 33 commits to main since this release
Immutable release. Only release title and notes can be modified.
982096c

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