<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Narasimha0707</title>
    <description>The latest articles on DEV Community by Narasimha0707 (@narasimha0707).</description>
    <link>https://dev.to/narasimha0707</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1443438%2F1b952eb0-5c0c-42d5-b7ff-a152836faf97.png</url>
      <title>DEV Community: Narasimha0707</title>
      <link>https://dev.to/narasimha0707</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/narasimha0707"/>
    <language>en</language>
    <item>
      <title>Dose nestjs support auto instrumentation with Opentelementry</title>
      <dc:creator>Narasimha0707</dc:creator>
      <pubDate>Tue, 23 Apr 2024 07:00:43 +0000</pubDate>
      <link>https://dev.to/narasimha0707/dose-nestjs-support-auto-instrumentation-with-opentelementry-3edf</link>
      <guid>https://dev.to/narasimha0707/dose-nestjs-support-auto-instrumentation-with-opentelementry-3edf</guid>
      <description>&lt;p&gt;We are trying the Kubernetes operator for auto instrumentation using opentelemetry.&lt;br&gt;
followed this document &lt;a href="https://opentelemetry.io/docs/kubernetes/operator/automatic/"&gt;https://opentelemetry.io/docs/kubernetes/operator/automatic/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We added the below annotation in our Nestjs application deployment manifest. &lt;br&gt;
instrumentation.opentelemetry.io/inject-nodejs: "true"&lt;/p&gt;

&lt;p&gt;The same configurations worked for Nodejs applications and others, but for the NestJs application, it does not generate traces and spans.&lt;/p&gt;

&lt;p&gt;I didn't find any documentation for NestJs auto instrumentation&lt;/p&gt;

&lt;p&gt;Does NestJs support Auto-instrumentation or not?&lt;/p&gt;

</description>
      <category>nestjs</category>
      <category>opentelementry</category>
      <category>autoinstrumentation</category>
      <category>node</category>
    </item>
  </channel>
</rss>
