opentelemetry-go-instrumentation
opentelemetry-go-instrumentation copied to clipboard
OpenTelemetry Auto Instrumentation using eBPF
In the file https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/main/docs/tutorial/emojivoto-instrumented.yaml uses the image otel-go-instrumentation; Howerver, it occurs error pull images. So , I follow the doc [getting-started.md](https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/main/docs/getting-started.md) and change the images otel/autoinstrumentation-go, but there is no...
### Describe the bug Kafka topic names look mangled, possible buffer / memory re-use issue We publish on these four topics: ``` telemetry-stats-metrics telemetry-stats-logs telemetry-stats-spans graph-db-updates ``` We also consume...
The `autosdk` probe use `bpf_probe_write_user` to enable the `auto/sdk` package but also to write trace/span IDs: https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/787af33f629496da3313e4bea76359ab4cad4ca7/internal/pkg/instrumentation/bpf/go.opentelemetry.io/auto/sdk/bpf/probe.bpf.c#L55-L74 This is required to correctly support trace context propagation and integration with the...
These are the goals we identified for 2025 in our [first meeting of the year](https://docs.google.com/document/d/1P6am_r_cxCX1HcpDQlznrTrTOvwN2whshL0f58lXSWI/edit?tab=t.0). ## Prioritization ### Plan to accomplish in first 3 months - [x] [Swiss maps update](#swiss-maps-update)...
We currently use the latest collector image for our testing: https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/d447af1ffa70611a8393f9c189f927e54fe479b4/.github/workflows/e2e/k8s/collector-helm-values.yml#L31 This means any breaking changes to the image will be introduced to our CI system without review (e.g. https://github.com/open-telemetry/opentelemetry-go-instrumentation/actions/runs/12377825359/job/34549117158?pr=1431)...
https://github.com/open-telemetry/opentelemetry-go-instrumentation/actions/runs/12264978340/job/34220096648?pr=1401 This does not look to be too common.
These dependencies can't be updated until we drop support for Go 1.22. * https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1765 * https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1789 * https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1791 * https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1797 * https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1829
### Describe the bug Upon hitting a single request to the instrumented Go application , it is creating 2 traces. Call flow Postman GRPC call -> Yoren (UserInsightsService/GetuserInsightsForecast) -> DB...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Package github.com/go-redis/redis/v8 ### Version v8.11.5 ### Anything else? This is an issue to...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Package github.com/redis/rueidis ### Version v1.0.52 ### Anything else? This is an issue to...