lel-war
lel-war
Hi everyone! I am having the same issue when instrumenting Go using the operator. `{"level":"info","ts":1705690630.9377563,"logger":"Instrumentation.Analyzer","caller":"process/discover.go:73","msg":"process not found yet, trying again soon","exe_path":"/app"}` I am using the following autoinstrumentation library: `ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.10.1-alpha` I...
Hi @RonFed thanks for the quick response. To answer your question I am using the following annotation: `instrumentation.opentelemetry.io/otel-go-auto-target-exe: /app` The value "/app" is just an example of the real application,...