vbavireddi

Results 3 comments of vbavireddi

Hi @RonFed I also have similar issue ### Describe the bug I'm running my app with the instrumentation in EKS, I have enabled the feature gate operator.autoinstrumentation.go. `{"level":"error","ts":1704652636.7818418,"logger":"Instrumentation.Analyzer","caller":"process/module.go:195","msg":"error parsing module...

@RonFed Thanks for the update. I've updated the version. Still the container restarting continuously. image: >- ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.10.0-alpha Error log: `{"level":"error","ts":1704658707.8408637,"logger":"Instrumentation.Analyzer","caller":"process/module.go:195","msg":"error parsing module info","error":"Malformed version: (devel)","stacktrace":"go.opentelemetry.io/auto/internal/pkg/process.parseModules\n\t/app/internal/pkg/process/module.go:195\ngo.opentelemetry.io/auto/internal/pkg/process.(*Analyzer).getModuleDetails\n\t/app/internal/pkg/process/module.go:50\ngo.opentelemetry.io/auto/internal/pkg/process.(*Analyzer).Analyze\n\t/app/internal/pkg/process/analyze.go:83\ngo.opentelemetry.io/auto.NewInstrumentation\n\t/app/instrumentation.go:122\nmain.main\n\t/app/cli/main.go:101\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:267"}` ... ... `{"level":"info","ts":1704658707.8676953,"logger":"Instrumentation.Manager","caller":"instrumentation/manager.go:107","msg":"no functions found...

@RonFed for restapi ("name":"net/http/server") also we are getting similar error. Version: `/app # uname -a Linux 5.4.249-163.359.amzn2.x86_64 #1 SMP Wed Jul 12 18:58:58 UTC 2023 x86_64 Linux` Base img: golang:1.20.5-alpine3.18...