<?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: can we change the secuence of calls of a trace from distributed traces ? in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/can-we-change-the-secuence-of-calls-of-a-trace-from-distributed/m-p/252824#M33361</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/57563"&gt;@JoseRomero&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/3364"&gt;@Julius_Loman&lt;/a&gt;&amp;nbsp;if you have a guide about otel that you can share with me to help me understand the process, would be nice&lt;/P&gt;</description>
    <pubDate>Wed, 07 Aug 2024 15:03:23 GMT</pubDate>
    <dc:creator>MariettaAlmeida</dc:creator>
    <dc:date>2024-08-07T15:03:23Z</dc:date>
    <item>
      <title>can we change the secuence of calls of a trace from distributed traces ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/can-we-change-the-secuence-of-calls-of-a-trace-from-distributed/m-p/248775#M32826</link>
      <description>&lt;P&gt;hi there&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;when we are using distrubutes traces from a particular service, we've noticed that the flow of calls made from a trace is not complete.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;for example, we have the service A who calls the service B and then call an unmonitored host. when using the distributed traces section we see request from the service A calling B or service A calling the unmonitored host but we dont have the complete trace. is there a way to modify the topology of the trace so we can have the complete call instead of parts of it ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;we want to see on the distributes traces thas "califimmm" calls "nlbcbbbb" and then to the opaque host instead of "califimmm" either calling nlbcbbbb" or the opaque host&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 08:18:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/can-we-change-the-secuence-of-calls-of-a-trace-from-distributed/m-p/248775#M32826</guid>
      <dc:creator>MariettaAlmeida</dc:creator>
      <dc:date>2024-06-21T08:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: can we change the secuence of calls of a trace from distributed traces ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/can-we-change-the-secuence-of-calls-of-a-trace-from-distributed/m-p/248817#M32838</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/59040"&gt;@MariettaAlmeida&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;To see the complete trace, you need to instrument the service on the unmonitored hosts. You have several options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Install OneAgent: The unmonitored host should have OneAgent installed and configured in full-stack and deep monitoring to create the services and allow you to see the complete trace.&lt;/LI&gt;&lt;LI&gt;Use OpenTelemetry: Instrument the services on the unmonitored host with OpenTelemetry and send the traces to Dynatrace.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The most recommended approach is to identify those unmonitored hosts and install OneAgent on them for monitoring. If the unmonitored host is an external service, you can create a custom service to provide context to that service.&lt;/P&gt;&lt;P&gt;In summary, you need to install OneAgent in full-stack mode and ensure deep monitoring to achieve full observability and complete your trace.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 21:58:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/can-we-change-the-secuence-of-calls-of-a-trace-from-distributed/m-p/248817#M32838</guid>
      <dc:creator>JoseRomero</dc:creator>
      <dc:date>2024-06-20T21:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: can we change the secuence of calls of a trace from distributed traces ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/can-we-change-the-secuence-of-calls-of-a-trace-from-distributed/m-p/248908#M32855</link>
      <description>&lt;P&gt;Besides what&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/57563"&gt;@JoseRomero&lt;/a&gt;&amp;nbsp;mentions, there can be other reasons. Tracing works on trace context propagation. There can also be unsupported technologies where just deploying OneAgent does not help or there can be also applications which are written in a way where trace context cannot be propagated automatically. An example is a custom messaging implementation or thread-to-thread communication within the same process (producer/consumer thread pools). Those situations require minor code changes and the use of OpenTelemetry or OneAgent SDK in the code to fully propagate the context.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 20:35:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/can-we-change-the-secuence-of-calls-of-a-trace-from-distributed/m-p/248908#M32855</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2024-06-21T20:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: can we change the secuence of calls of a trace from distributed traces ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/can-we-change-the-secuence-of-calls-of-a-trace-from-distributed/m-p/252824#M33361</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/57563"&gt;@JoseRomero&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/3364"&gt;@Julius_Loman&lt;/a&gt;&amp;nbsp;if you have a guide about otel that you can share with me to help me understand the process, would be nice&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 15:03:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/can-we-change-the-secuence-of-calls-of-a-trace-from-distributed/m-p/252824#M33361</guid>
      <dc:creator>MariettaAlmeida</dc:creator>
      <dc:date>2024-08-07T15:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: can we change the secuence of calls of a trace from distributed traces ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/can-we-change-the-secuence-of-calls-of-a-trace-from-distributed/m-p/252842#M33364</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/59040"&gt;@MariettaAlmeida&lt;/a&gt;&amp;nbsp;For opentelemery just go to &lt;A href="https://opentelemetry.io" target="_blank"&gt;https://opentelemetry.io&lt;/A&gt; , for tracing in particular &lt;A href="https://opentelemetry.io/docs/concepts/signals/traces/" target="_blank"&gt;https://opentelemetry.io/docs/concepts/signals/traces/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also be sure to check Dynatrace docs too&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/opentelemetry" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/opentelemetry&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 17:17:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/can-we-change-the-secuence-of-calls-of-a-trace-from-distributed/m-p/252842#M33364</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2024-08-07T17:17:19Z</dc:date>
    </item>
  </channel>
</rss>

