Open
Description
Component(s)
auto-instrumentation
Describe the issue you're reporting
We are trying the Kubernetes operator for auto instrumentation using opentelemetry.
followed this document https://opentelemetry.io/docs/kubernetes/operator/automatic/
We added the below annotation in our Nestjs application deployment manifest.
instrumentation.opentelemetry.io/inject-nodejs: "true"
The same configurations worked for Nodejs applications and others, but for the NestJs application, it does not generate traces and spans.
I didn't find any documentation for NestJs auto instrumentation