-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Back-off restarting failed container opentelemetry-auto-instrumentation in pod #1236
Comments
Hi, could you please share the logs from the auto-instrumentation container? |
this is no error log ,all is blew {"time":"2024-11-01T08:42:52.238546198Z","level":"INFO","source":{"function":"main.main","file":"/app/cli/main.go","line":103},"msg":"building OpenTelemetry Go instrumentation ...","globalImpl":false,"version":{"Release":"v0.16.0-alpha","Revision":"unknown","Go":{"Version":"go1.23.2","OS":"linux","Arch":"amd64"}}}
{"time":"2024-11-01T08:42:54.239305134Z","level":"INFO","source":{"function":"go.opentelemetry.io/auto/internal/pkg/process.(*Analyzer).DiscoverProcessID","file":"/app/internal/pkg/process/discover.go","line":64},"msg":"found process","pid":7} |
The lack of error message or a stacktrace from a panic/crash makes it seem like the pod is killing itself. Is there a healthcheck for the pod that is isn't being satisfied? |
Might be related to #902 |
Similar!Is there any solution about this? |
I raise my Instrumentation config |
Describe the bug
when i inject the auto-instrumentation container for my pod ,and then my pod is not ready ,
but when i run it in host machine,like blew ,it is ok and will not be exited
my otel-go-instrumentation version is v0.15.0-alpha
Environment
The text was updated successfully, but these errors were encountered: