flâneur — a map of the web's best reading

Go Instrumentation Auto SDK | OpenTelemetry

opentelemetry.io · 753 words · saved by 1 readers

The OpenTelemetry Go eBPF Instrumentation framework, used by tools like OBI, provides support for integrating with manually instrumented OpenTelemetry spans through the Auto SDK. The Auto SDK is a fully implemented, custom OpenTelemetry Go SDK that is designed for compatibility with Go eBPF auto-instrumentation. This allows automatically instrumented packages (like net/http, for example) to support context propagation with manual spans. OpenTelemetry Go eBPF instrumentation currently only supports a limited number of packages. You may still want to extend this instrumentation and create custom spans within your code. The Auto SDK enables this by instrumenting your custom spans with a shared trace context that will also be used by automatic spans. Since the release of OpenTelemetry Go v1.36.0, the Auto SDK is automatically imported as an indirect dependency with the standard Go API. You can confirm that your project has the Auto SDK by checking your go.mod for go.opentelemetry.io/auto/s

Go Instrumentation Auto SDK | OpenTelemetry Ask AI (⌘-K)" class="td-search__input form-control td-search-input" placeholder="Ask AI or search…" aria-label="Ask AI or search…" autocomplete=off> View Markdown View page source Edit this page Create child page Create documentation issue On this page Go Instrumentation Auto SDK Integrate manual spans with zero-code eBPF spans with the Auto SDK. The OpenTelemetry Go eBPF Instrumentation framework, used by tools like OBI , provides support for integrating with manually instrumented OpenTelemetry spans through the Auto SDK. What is the Auto SDK

Explore this link on the map →

related reading