opentelemetry-go-instrumentation
opentelemetry-go-instrumentation copied to clipboard
OpenTelemetry Auto Instrumentation using eBPF
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
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...
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...
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...
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...
### 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...
### 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...
### 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...