<?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: SetUp Request attribute  for Otel ingestion in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/SetUp-Request-attribute-for-Otel-ingestion/m-p/250548#M33086</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/42765"&gt;@kunal_vaidya&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Indeed, currently you will only have attributes available as long as they are ingested via OneAgent. If it is through APIs, either directly, with the Dynatrace collector or a free OTEL collector, you will not be able to use these spans or attributes to convert them to request attributes.&lt;/P&gt;&lt;P&gt;What might also be happening is that you are not complying with all the restrictions for spans or ingestion. Here is a support link: &lt;A href="https://docs.dynatrace.com/docs/shortlink/opentelemetry-traces-ingest#ingestion-limits" target="_new" rel="noreferrer"&gt;Ingestion Limits&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Perhaps some of these alternatives could help you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If it is a business data, you could explore the use of Business Events: &lt;A href="https://docs.dynatrace.com/docs/shortlink/ba-business-events-capturing" target="_new" rel="noreferrer"&gt;Capturing Business Events&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;If it is purely for analysis, you could consider adding it to a class method or putting it in the headers of your request (not OTEL), and then with Dynatrace capture the request attribute: &lt;A href="https://docs.dynatrace.com/docs/platform-modules/applications-and-microservices/services/request-attributes" target="_new" rel="noreferrer"&gt;Request Attributes&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;You can explore using the OneAgent SDK: &lt;A href="https://docs.dynatrace.com/docs/shortlink/oneagent-sdk" target="_new" rel="noreferrer"&gt;OneAgent SDK&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Here are some additional support links:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/opentelemetry-oneagent#attribute-capturing" target="_new" rel="noreferrer"&gt;Attribute Capturing&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/opentelemetry-oneagent#all-languages" target="_new" rel="noreferrer"&gt;All Languages&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Sat, 13 Jul 2024 09:22:35 GMT</pubDate>
    <dc:creator>JoseRomero</dc:creator>
    <dc:date>2024-07-13T09:22:35Z</dc:date>
    <item>
      <title>SetUp Request attribute  for Otel ingestion</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/SetUp-Request-attribute-for-Otel-ingestion/m-p/248300#M32767</link>
      <description>&lt;P&gt;Hey all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have set up a request attribute using request attribute source as "HTTP response header" . We are setting this up on OTEL requests. For some reason, this doesnt show up in our requests.&amp;nbsp; We have also enabled unified services as per DTs recommendations around OTEL. This has made things worse.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does the request attribute for response header really work for OTELs ? (Process group runs on a pod, hosted on k8s)&lt;/P&gt;
&lt;P&gt;Unfortunately the "span" options didnt work as expected as we are doing OTEL export ingestion. (Only possible via OneAgent ingestion is what I was told by chat support)&lt;/P&gt;
&lt;P&gt;Outcome - To make Request attribute appear for OTEL requests (we can ingest either ways oneagent i.e. default or export)&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 06:47:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/SetUp-Request-attribute-for-Otel-ingestion/m-p/248300#M32767</guid>
      <dc:creator>kunal_vaidya</dc:creator>
      <dc:date>2024-06-14T06:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: SetUp Request attribute  for Otel ingestion</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/SetUp-Request-attribute-for-Otel-ingestion/m-p/250548#M33086</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/42765"&gt;@kunal_vaidya&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Indeed, currently you will only have attributes available as long as they are ingested via OneAgent. If it is through APIs, either directly, with the Dynatrace collector or a free OTEL collector, you will not be able to use these spans or attributes to convert them to request attributes.&lt;/P&gt;&lt;P&gt;What might also be happening is that you are not complying with all the restrictions for spans or ingestion. Here is a support link: &lt;A href="https://docs.dynatrace.com/docs/shortlink/opentelemetry-traces-ingest#ingestion-limits" target="_new" rel="noreferrer"&gt;Ingestion Limits&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Perhaps some of these alternatives could help you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If it is a business data, you could explore the use of Business Events: &lt;A href="https://docs.dynatrace.com/docs/shortlink/ba-business-events-capturing" target="_new" rel="noreferrer"&gt;Capturing Business Events&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;If it is purely for analysis, you could consider adding it to a class method or putting it in the headers of your request (not OTEL), and then with Dynatrace capture the request attribute: &lt;A href="https://docs.dynatrace.com/docs/platform-modules/applications-and-microservices/services/request-attributes" target="_new" rel="noreferrer"&gt;Request Attributes&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;You can explore using the OneAgent SDK: &lt;A href="https://docs.dynatrace.com/docs/shortlink/oneagent-sdk" target="_new" rel="noreferrer"&gt;OneAgent SDK&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Here are some additional support links:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/opentelemetry-oneagent#attribute-capturing" target="_new" rel="noreferrer"&gt;Attribute Capturing&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/opentelemetry-oneagent#all-languages" target="_new" rel="noreferrer"&gt;All Languages&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sat, 13 Jul 2024 09:22:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/SetUp-Request-attribute-for-Otel-ingestion/m-p/250548#M33086</guid>
      <dc:creator>JoseRomero</dc:creator>
      <dc:date>2024-07-13T09:22:35Z</dc:date>
    </item>
  </channel>
</rss>

