Forem

Narasimha0707
Narasimha0707

Posted on

Dose nestjs support auto instrumentation with Opentelementry

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)

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay