-
Notifications
You must be signed in to change notification settings - Fork 245
Closed
Description
This issue is to track our options in the emerging area of automatic instrumentation without modifying the source code of the target app.
There are a few projects working in that direction already for OpenTelemetry:
- https://github.com/keyval-dev/opentelemetry-go-instrumentation
- https://github.com/open-telemetry/opentelemetry-go-instrumentation (looks like they're vendoring the project from 1. ?)
These projects implement attempt to implement this (magical) idea using eBPF, which seems to be the most promising/feasible way to do it.
Since OpenTelemetry support in sentry-go is right around the corner, it sounds possible to delegate the span creation to the OTel tooling, and then reuse our span processor (and potentially propagator) to transform the collected spans into Sentry's.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels