opentelemetry-go-instrumentation icon indicating copy to clipboard operation
opentelemetry-go-instrumentation copied to clipboard

OpenTelemetry Auto Instrumentation using eBPF

Results 177 opentelemetry-go-instrumentation issues
Sort by recently updated
recently updated
newest added

Part of #974 Depends on https://github.com/open-telemetry/opentelemetry-go/pull/6456.

Part of #1398 Adds a new `export` package to the `auto` package. This package contains a new `Handler` interface that is used by the `auto.Instrumentation` to handle export of telemetry.

Part of setting up for exposing the Probe API -- the main goal of this PR is to shift usage of the internal `process` package from the base Probe implementation...

Hi, Currently, not all http headers are added to spans generated by otel-go. To determine the origin of the request, I want to add the "x-forwarded-for" http header to the...

enhancement

### Issue Errors encountered during local make build on non Linux System. Although the expectation is to use docker images or virtual OS, thought this might help clear the obvious...

This issue has been discussed before, I can't seem to find where though. The goal would be to have the released `go.opentelemetry.io/auto` package be a self-contained distribution. Currently, when a...

i see that in commit 4a90d19517927dff2becf1cc4a781666d158698b, the uprobe for the net/http server has been moved from `SEC("uprobe/HandlerFunc_ServeHTTP")` to `to SEC("uprobe/serverHandler_ServeHTTP")` I can see that the request parameters such as HTTPMethod,...

- Updates all e2e tests so they can be run with `docker-compose` - Adds additional make targets to run e2e tests in `docker-compose` - Replaces indeterminate timing steps for assumed...

Skip Changelog