<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Dynatrace Distributed Tracing on Kubernetes in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Distributed-Tracing-on-Kubernetes/m-p/245841#M2385</link>
    <description>&lt;P&gt;Hey! I have deployed the Dynatrace operator on Kubernetes (cloud native approach), and I am able to see my Kubernetes cluster on my dashboard along with the infrastructure specific metrics. I know OneAgent is able to provide tracing information as well for my applications, however I cannot see anything related to tracing. When I go to the distibuted tracing page, nothing shows up, and when I'm specifically looking at my application under the kubernetes monitoring section I also don't see anything.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I was able to see tracing information when I manually instrumented the application with OpenTelemetry (adding the opentelemetry tracing jar) inside my deployment for kubernetes, however I want to implement automatic tracing with OneAgent, and it appears that I don't need to configure anything application specific for that.&lt;BR /&gt;&lt;BR /&gt;Is there a certain section where I can find distributed tracing information, or do I need to configure anything either application specific or on my dynatrace operator to see tracing information? Any tips would be helpful. Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2024 07:03:09 GMT</pubDate>
    <dc:creator>polll</dc:creator>
    <dc:date>2024-05-17T07:03:09Z</dc:date>
    <item>
      <title>Dynatrace Distributed Tracing on Kubernetes</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Distributed-Tracing-on-Kubernetes/m-p/245841#M2385</link>
      <description>&lt;P&gt;Hey! I have deployed the Dynatrace operator on Kubernetes (cloud native approach), and I am able to see my Kubernetes cluster on my dashboard along with the infrastructure specific metrics. I know OneAgent is able to provide tracing information as well for my applications, however I cannot see anything related to tracing. When I go to the distibuted tracing page, nothing shows up, and when I'm specifically looking at my application under the kubernetes monitoring section I also don't see anything.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I was able to see tracing information when I manually instrumented the application with OpenTelemetry (adding the opentelemetry tracing jar) inside my deployment for kubernetes, however I want to implement automatic tracing with OneAgent, and it appears that I don't need to configure anything application specific for that.&lt;BR /&gt;&lt;BR /&gt;Is there a certain section where I can find distributed tracing information, or do I need to configure anything either application specific or on my dynatrace operator to see tracing information? Any tips would be helpful. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 07:03:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Distributed-Tracing-on-Kubernetes/m-p/245841#M2385</guid>
      <dc:creator>polll</dc:creator>
      <dc:date>2024-05-17T07:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace Distributed Tracing on Kubernetes</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Distributed-Tracing-on-Kubernetes/m-p/245857#M2386</link>
      <description>&lt;P&gt;First thing is check the out of the box supported technologies : &lt;A href="https://docs.dynatrace.com/docs/setup-and-configuration/technology-support#containers" target="_blank"&gt;https://docs.dynatrace.com/docs/setup-and-configuration/technology-support#containers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then if your app fits in it, the next thing you need to do once the Operator is successfully deployed, with the proper namespaces/pods set to be fully monitored , &lt;A href="https://docs.dynatrace.com/docs/setup-and-configuration/setup-on-k8s/guides/operation/annotate#installation-options" target="_blank"&gt;https://docs.dynatrace.com/docs/setup-and-configuration/setup-on-k8s/guides/operation/annotate#installation-options&lt;/A&gt; , is to re-deploy your workloads, so the pods get the OneAgent on them.&lt;/P&gt;&lt;P&gt;One thing I like to do is to check if the processes where your app is running has the OneAgent version metadata and if is there any message in it, like monitoring injection problems due to some builtin or custom rule. &lt;A href="https://docs.dynatrace.com/docs/platform-modules/infrastructure-monitoring/process-groups/configuration/pg-monitoring#enable-or-disable-built-in-process-monitoring-rules" target="_blank"&gt;https://docs.dynatrace.com/docs/platform-modules/infrastructure-monitoring/process-groups/configuration/pg-monitoring#enable-or-disable-built-in-process-monitoring-rules&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 18:57:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Distributed-Tracing-on-Kubernetes/m-p/245857#M2386</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2024-05-16T18:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace Distributed Tracing on Kubernetes</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Distributed-Tracing-on-Kubernetes/m-p/245889#M2387</link>
      <description>&lt;P&gt;Do you have a direct connection from your pods to Dynatrace?&lt;BR /&gt;Do you have an ActiveGate configured in your operator? Is the AG able to communicate with Dynatrace?&lt;BR /&gt;&lt;BR /&gt;Please run&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;kubectl exec deploy/dynatrace-operator -n dynatrace -- dynatrace-operator troubleshoot&lt;/LI-CODE&gt;&lt;P&gt;Take a look on this&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/installation-k8s-troubleshooting" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/installation-k8s-troubleshooting&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 07:19:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Distributed-Tracing-on-Kubernetes/m-p/245889#M2387</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2024-05-17T07:19:54Z</dc:date>
    </item>
  </channel>
</rss>

