You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is for removing the OTEL_TARGET_EXE env variable and implementing process discovery instead.
Implementing this will make integration with OpenTelemetry Operator easier and overall provide a better experience to users (one less argument to specify).
I suggest splitting this into two phases:
phase 1: Apply automatic instrumentation to the first Go process found (there is already logic to detect Go processes at analyze.go
phase 2: Apply automatic instrumentation to any Go process found (multi-process support)
The text was updated successfully, but these errors were encountered:
This issue is for removing the
OTEL_TARGET_EXE
env variable and implementing process discovery instead.Implementing this will make integration with OpenTelemetry Operator easier and overall provide a better experience to users (one less argument to specify).
I suggest splitting this into two phases:
phase 1: Apply automatic instrumentation to the first Go process found (there is already logic to detect Go processes at
analyze.go
phase 2: Apply automatic instrumentation to any Go process found (multi-process support)
The text was updated successfully, but these errors were encountered: