<?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 Re: Opentelemtery to trace SQS listeners running as container pods in EKS and exposed via Dynatrace one agent in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Opentelemtery-to-trace-SQS-listeners-running-as-container-pods/m-p/266372#M35218</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/69374"&gt;@venkateshn2382&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I understood you are not using Oneagent for instrumentation and doing manual injection of Otel code.&lt;BR /&gt;Are you using this approach?&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/otel-wt-go" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/otel-wt-go&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Check if the oneagent feature is enabled, this links traces.&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;Go to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Settings&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Preferences&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OneAgent features&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Turn on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Send W3C Trace Context HTTP headers&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;For context propagation check this, probably the headers are getting dropped or blocked.&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/otel-wt-go#ensure-context-propagation" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/otel-wt-go#ensure-context-propagation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Dec 2024 23:17:34 GMT</pubDate>
    <dc:creator>RohitBisht</dc:creator>
    <dc:date>2024-12-30T23:17:34Z</dc:date>
    <item>
      <title>Opentelemtery to trace SQS listeners running as container pods in EKS and exposed via Dynatrace one agent</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Opentelemtery-to-trace-SQS-listeners-running-as-container-pods/m-p/230335#M29853</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to add open telemetry trace to my golang code. We have around 10 containers deployed in EKS and each of these will read data from SQS, process and post the data to event bridge --&amp;gt; SQS. I would like to add a unique traceid for each sqs message from process1 and trace it where it is in Dynatrace and whether it has completed process10.&lt;/P&gt;
&lt;P&gt;Example :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SQS1 - &amp;gt; process1(Kuberenets container) - SQS2 - &amp;gt;process2(Kuberenets container)..etc&lt;/P&gt;
&lt;P&gt;I tried to add a default span and trace id within the code of each process but it is not getting recognized as a service in Dynatrace to pulll the OTEL details.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 08:14:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Opentelemtery-to-trace-SQS-listeners-running-as-container-pods/m-p/230335#M29853</guid>
      <dc:creator>venkateshn2382</dc:creator>
      <dc:date>2023-11-30T08:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Opentelemtery to trace SQS listeners running as container pods in EKS and exposed via Dynatrace one agent</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Opentelemtery-to-trace-SQS-listeners-running-as-container-pods/m-p/266262#M35190</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/69374"&gt;@venkateshn2382&lt;/a&gt;&amp;nbsp;were you able to get your trace ID and spans added? If so, would you be able to share with us what you had to do to get it working?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 19:07:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Opentelemtery-to-trace-SQS-listeners-running-as-container-pods/m-p/266262#M35190</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2024-12-27T19:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Opentelemtery to trace SQS listeners running as container pods in EKS and exposed via Dynatrace one agent</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Opentelemtery-to-trace-SQS-listeners-running-as-container-pods/m-p/266372#M35218</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/69374"&gt;@venkateshn2382&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I understood you are not using Oneagent for instrumentation and doing manual injection of Otel code.&lt;BR /&gt;Are you using this approach?&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/otel-wt-go" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/otel-wt-go&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Check if the oneagent feature is enabled, this links traces.&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;Go to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Settings&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Preferences&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OneAgent features&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Turn on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Send W3C Trace Context HTTP headers&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;For context propagation check this, probably the headers are getting dropped or blocked.&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/otel-wt-go#ensure-context-propagation" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/otel-wt-go#ensure-context-propagation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 23:17:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Opentelemtery-to-trace-SQS-listeners-running-as-container-pods/m-p/266372#M35218</guid>
      <dc:creator>RohitBisht</dc:creator>
      <dc:date>2024-12-30T23:17:34Z</dc:date>
    </item>
  </channel>
</rss>

