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
trafficstars

Add support for logs instrumentation.

enhancement

Add support for metrics instrumentation.

enhancement

Similar to https://github.com/open-telemetry/opentelemetry-go-instrumentation/issues/435, our e2es set up a kind cluster which would need a docker registry secret with credentials, and for the secret to be patched into the workflow pods

enhancement

The `google.golang.org/genproto/googleapis/rpc/status` is defined within the `google.golang.org/genproto` package. Although it is included by the `google.golang.org/grpc` package during program compilation, there is no explicit definition of the `google.golang.org/genproto` version. However, as...

enhancement

When the offsets generation action runs, that PR should trigger additional CI checks. Those additional checks should validate the offsets being added by running the end-to-end tests with that version...

enhancement
help wanted

I'm trying to a new instrument probe for a package, the target function attached the probe is: ``` func (c cmdable) Set(ctx context.Context, key string, value interface{}, expiration time.Duration) *StatusCmd...

enhancement

Describe the bug I am using OpenTelemetry auto-instrumentation in a Go application to trace both incoming and outgoing HTTP requests. However, while I can see traces for incoming requests, the...

bug

### Describe the bug When running otel-go-instrumentation in the same container as the app it errors with "process not found yet, trying again soon". The sidecar approach needing to run...

bug

### Describe the bug Missing pattern path causes incomplete span name. ### Environment - OS: Linux/arm64 - Go Version: go1.23.1 - Version: latest ### To Reproduce Let's see the example...

bug
response needed

### Describe the bug I using docker deploy, my process will panic sometime after deploy opentelemetry-go-instrumentation. And my process using docker restart always policy and no trace data collected after...

bug
response needed