Ahil Mathew Eapachen
Ahil Mathew Eapachen
I am using pod identity as well. I have kept `authService: false,` as my assumption is that akv2k8s will use the identity assigned to the pod.
Got a similar error - ``` {"level":"error","ts":1715663116.6580272,"logger":"Instrumentation.Manager","caller":"instrumentation/manager.go:180","msg":"error while loading probes, cleaning up","name":"net/http/server","error":"offset not found: net/http.response:status (1.22.3)","stacktrace":"go.opentelemetry.io/auto/internal/pkg/instrumentation.(*Manager).load\n\t/app/internal/pkg/instrumentation/manager.go:180\ngo.opentelemetry.io/auto/internal/pkg/instrumentation.(*Manager).Run\n\t/app/internal/pkg/instrumentation/manager.go:127\ngo.opentelemetry.io/auto.(*Instrumentation).Run\n\t/app/instrumentation.go:151\nmain.main\n\t/app/cli/main.go:108\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:271"} {"level":"info","ts":1715663117.146594,"logger":"Instrumentation.Manager.database/sql/client","caller":"probe/probe.go:213","msg":"Closed","Probe":"database/sql/client"} {"level":"info","ts":1715663117.4265897,"logger":"Instrumentation.Manager.google.golang.org/grpc/client","caller":"probe/probe.go:213","msg":"Closed","Probe":"google.golang.org/grpc/client"} {"level":"info","ts":1715663117.716724,"logger":"Instrumentation.Manager.google.golang.org/grpc/server","caller":"probe/probe.go:213","msg":"Closed","Probe":"google.golang.org/grpc/server"} {"level":"info","ts":1715663117.7167873,"logger":"Instrumentation.Manager.net/http/server","caller":"probe/probe.go:213","msg":"Closed","Probe":"net/http/server"} {"level":"info","ts":1715663117.7167969,"logger":"Instrumentation.Manager.net/http/client","caller":"probe/probe.go:213","msg":"Closed","Probe":"net/http/client"} {"level":"info","ts":1715663117.7168033,"logger":"Instrumentation.Manager","caller":"instrumentation/manager.go:205","msg":"Cleaning bpffs"} {"level":"error","ts":1715663117.7170658,"logger":"go.opentelemetry.io/auto","caller":"cli/main.go:109","msg":"instrumentation crashed","error":"offset not found: net/http.response:status (1.22.3)","stacktrace":"main.main\n\t/app/cli/main.go:109\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:271"} ```...
Thanks @MA3CIN. I had a look now. We were on 1.22.3 which isn’t supported yet I think. Switching to go version 1.22.1 worked.