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
Does NestJs support Auto-instrumentation or not?
Top comments (0)