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

Fixes https://github.com/open-telemetry/opentelemetry-go-instrumentation/issues/229.

Skip Changelog

PoC for #954 This is a proof-of-concept for an SDK fully implemented by the auto-instrumentation. This supports all span functionality: - Sampling (TODO: the `sample` method needs to be instrumented)...

Ref https://github.com/open-telemetry/opentelemetry-go-instrumentation/issues/1026 This does two things: * Create an interface for OpenTelemetryController so it can be overwritten (collector receiver needs to push to next consumer as ptrace, rather than exporting...

**Is your feature request related to a problem? Please describe.** I have see current code. I know span name will display `method pattern` in http standard library with go greater...

enhancement

We could in theory expose a few parts of our internal code to make an auto-instrumentation receiver in the collector. See https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1025 for the code changes to our repo and...

enhancement

### Describe the bug I got a crash when using otel auto instrumentation docker container with the main container has kafka service. ### Environment - OS: [ubuntun k8s for go]...

bug
response needed

I have followed all the instructions, but when running the pod, it crashed. This is the error. {"level":"error","ts":1725947775.8350706,"logger":"Instrumentation.Manager","caller":"instrumentation/manager.go:200","msg":"error while loading probes, cleaning up","name":"net/http/client","error":"invalid offset for the field in version: net/url.URL:OmitHost...

I check the library support list and there is still no support for redis. I also tested and ensured that. Do you have a schedule? In addition, how can i...

enhancement

I want to inject Trace information in my logs , To this I added the following code to my application, with this code I do not see the trace information...

enhancement

> [This is missing](https://opentelemetry.io/docs/languages/sdk-configuration/general/#otel_traces_sampler): > parentbased_jaeger_remote > jaeger_remote > xray > Can we open an issue to track this additional work need to maintain specification compliance? _Originally posted by @MrAlias...

help wanted