-
Notifications
You must be signed in to change notification settings - Fork 97
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
error while running instrumentors #367
Comments
Hi, can you please retry with the latest release ? (v0.7.0-alpha) |
I have this problem, how to troubleshoot
|
Please set the environment variable |
Hi @RonFed this is log
|
Is this error because my go.mod file version cannot be parsed,Can you tell me which one
|
Why won't this packet parse |
Hi @zsdyx I don't think the error you get is a result of the parsing. |
Hi @RonFed Describe the bugI'm running my app with the instrumentation in EKS, I have enabled the feature gate operator.autoinstrumentation.go.
Environment
To ReproduceSteps to reproduce the behavior: Deployment annotations: opentelemetry-auto-instrumentation container restarting with exit 0 and with below error.
Container details:
|
@vbavireddi please try with the latest version https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.10.0-alpha |
@RonFed Thanks for the update. image: >- Error log:
|
@RonFed for restapi ("name":"net/http/server") also we are getting similar error. Version: Error:
@vasiliy-grinko Can you please share if you find any workaround for this issue. |
Hi!
|
I think we need to increase the verifier log buffer during load, so that we can see what the actual error is. The not enough space error is hiding the actual verifier issue. @Co0ker what's your kernel version? |
@grcevski |
Hi @Co0ker, I tried various ways to reproduce this but I can't see the error on my side. I tried on kernel version 5.15.0-101. Can you please set |
Describe the bug
I'm running my app with the instrumentation in K8s, I have enabled the feature gate
operator.autoinstrumentation.go
.Environment
Expected behavior
The instrumentation container is not crushing
Logs
The text was updated successfully, but these errors were encountered: