Overview of OpenTelemetry eBPF Instrumentation (OBI)
mainOpenTelemetry eBPF Instrumentation (OBI) provides a lightweight and efficient way to collect telemetry data for user-space applications using eBPF, based on the OpenTelemetry standard. It enables zero-code instrumentation, allowing you to collect spans, metrics, and attributes without modifying application code.
Note on Stability: OBI is currently in development (v0). Users should expect breaking changes between minor releases. For production evaluation, it is recommended to pin to a specific semver release tag rather than using latest and to review release notes before upgrading.