<?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: Traces not linked across AWS lambdas in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Traces-not-linked-across-AWS-lambdas/m-p/278329#M36652</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not invoking lambda 2 directly from lambda 1. Instead lambda 1 publish event to event bridge which is consumed by lambda 2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yep, trace context is not automatically propagate when I am using async service like event bridge, but the case here is that also work strange when i am trying different approach which should works, so&amp;nbsp;&lt;SPAN&gt;I’ve tried adding manual Span Links. In the lambda 1, I can see the full path:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;API Gateway → Lambda 1 → EventBridge → Lambda 2.&amp;nbsp;However, the lambda 2 always shows up as a new root trace (just labeled as "invoked").&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-05-30 at 10.10.18.png" style="width: 772px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28279i3CA15112454B546F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-05-30 at 10.10.18.png" alt="Screenshot 2025-05-30 at 10.10.18.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;so you can get the e2e trace,&amp;nbsp;&lt;SPAN&gt;but when you look at lambda 2 in isolation, there’s no context — and that’s not great.&amp;nbsp;Even with manual propagation of traceparent, dynatrace doesn't stitch everything into one distributed trace — the functions still appear disconnected.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 May 2025 08:17:53 GMT</pubDate>
    <dc:creator>DamianJankowski</dc:creator>
    <dc:date>2025-05-30T08:17:53Z</dc:date>
    <item>
      <title>Traces not linked across AWS lambdas</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Traces-not-linked-across-AWS-lambdas/m-p/278189#M36625</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm working on an AWS setup with otel. Here's a quick overview of my architecture:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Postman (with traceparent header)
→ API Gateway
→ Lambda (1)
→ EventBridge
→ Lambda (2)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Each Lambda uses the Dynatrace Lambda Layer for auto-instrumentation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When I trigger the full flow — meaning the request goes through the entire setup — separate traces are created for each Lambda function. They're not connected into a single, end-to-end trace.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I’ve tried adding manual Span Links. In the lambda 1, I can see the full path:&lt;/SPAN&gt;&lt;BR /&gt;API Gateway → Lambda 1 → EventBridge → Lambda 2.&lt;BR /&gt;&lt;SPAN&gt;However, the lambda 2 always shows up as a new root trace (just labeled as "invoked").&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I also disabled the default Dynatrace integration using &lt;/SPAN&gt;DT_OPEN_TELEMETRY_ENABLE_INTEGRATION=false&lt;SPAN&gt; and manually propagated the &lt;/SPAN&gt;traceparent&lt;SPAN&gt; header, hoping to gain full control. But the traces are still not connected.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Has anyone deal with that kind of issue?&amp;nbsp;Any help or tips would be greatly appreciated!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 07:43:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Traces-not-linked-across-AWS-lambdas/m-p/278189#M36625</guid>
      <dc:creator>DamianJankowski</dc:creator>
      <dc:date>2025-05-30T07:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Traces not linked across AWS lambdas</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Traces-not-linked-across-AWS-lambdas/m-p/278214#M36627</link>
      <description>&lt;P&gt;Are you invoking Lambda2 directly from Lambda1 (via hTTP), or are you sending an event to EventBridge and then triggering invocation of Lambda2 via event? I believe this question is important because the documentation for &lt;A href="https://docs.dynatrace.com/docs/ingest-from/amazon-web-services/integrate-into-aws/aws-lambda-integration/aws-lambda-extension#known-limitations" target="_self"&gt;tracing Lambda&lt;/A&gt; functions only seems to mention HTTP requests as a method for tracing across multiple Lambda functions.&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 12:33:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Traces-not-linked-across-AWS-lambdas/m-p/278214#M36627</guid>
      <dc:creator>marco_irmer</dc:creator>
      <dc:date>2025-05-28T12:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Traces not linked across AWS lambdas</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Traces-not-linked-across-AWS-lambdas/m-p/278329#M36652</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not invoking lambda 2 directly from lambda 1. Instead lambda 1 publish event to event bridge which is consumed by lambda 2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yep, trace context is not automatically propagate when I am using async service like event bridge, but the case here is that also work strange when i am trying different approach which should works, so&amp;nbsp;&lt;SPAN&gt;I’ve tried adding manual Span Links. In the lambda 1, I can see the full path:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;API Gateway → Lambda 1 → EventBridge → Lambda 2.&amp;nbsp;However, the lambda 2 always shows up as a new root trace (just labeled as "invoked").&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-05-30 at 10.10.18.png" style="width: 772px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28279i3CA15112454B546F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-05-30 at 10.10.18.png" alt="Screenshot 2025-05-30 at 10.10.18.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;so you can get the e2e trace,&amp;nbsp;&lt;SPAN&gt;but when you look at lambda 2 in isolation, there’s no context — and that’s not great.&amp;nbsp;Even with manual propagation of traceparent, dynatrace doesn't stitch everything into one distributed trace — the functions still appear disconnected.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 08:17:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Traces-not-linked-across-AWS-lambdas/m-p/278329#M36652</guid>
      <dc:creator>DamianJankowski</dc:creator>
      <dc:date>2025-05-30T08:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Traces not linked across AWS lambdas</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Traces-not-linked-across-AWS-lambdas/m-p/292304#M38358</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/72928"&gt;@DamianJankowski&lt;/a&gt;!&amp;nbsp;&lt;SPAN&gt;Were you able to find a solution to this problem?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2025 16:21:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Traces-not-linked-across-AWS-lambdas/m-p/292304#M38358</guid>
      <dc:creator>GosiaMurawska</dc:creator>
      <dc:date>2025-12-30T16:21:25Z</dc:date>
    </item>
  </channel>
</rss>

