<?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: How to check for http request params in Distributed Tracing app in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-check-for-http-request-params-in-Distributed-Tracing-app/m-p/304050#M40182</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/63818"&gt;@Hillman&lt;/a&gt;&amp;nbsp;for URL query, you just use Url query params, like &lt;A href="https://playground.apps.dynatrace.com/ui/apps/dynatrace.distributedtracing/explorer?columns=start_time%2Cendpoint.name%2Cdt.service.name%2Cduration%2Crequest.is_failed%2Chttp.response.status_code%2Cspan.source%2Ck8s.workload.name%2Ck8s.namespace.name%2Curl.path%2Cserver.address&amp;amp;filter=url.query+%3D+*%22productImage%3DLensCleaningKit%22*" target="_self"&gt;this&lt;/A&gt;. For http requests, for headers use just headers params like &lt;A href="https://playground.apps.dynatrace.com/ui/apps/dynatrace.distributedtracing/explorer?columns=start_time%2Cendpoint.name%2Cdt.service.name%2Cduration%2Crequest.is_failed%2Chttp.response.status_code%2Cspan.source%2Ck8s.workload.name%2Ck8s.namespace.name%2Curl.path%2Cserver.address&amp;amp;filter=http.request.header.x-forwarded-host+%3D+astroshop.playground.demoability.dynatracelabs.com" target="_self"&gt;this&lt;/A&gt;. Headers must be captured for, do not expect all headers to be captured automatically, just a set of standard headers are captured with OneAgent, others have to be captured using Request attributes or OpenTelemetry.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2026 06:24:54 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2026-09-03T06:24:54Z</dc:date>
    <item>
      <title>How to check for http request params in Distributed Tracing app</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-check-for-http-request-params-in-Distributed-Tracing-app/m-p/304047#M40180</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;In the old Distributed Traces app, we can easily check and search for a particular http request params&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hillman_0-1788408770447.png"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/34198i481F49075D3976F4/image-size/medium?v=v2&amp;amp;px=400" alt="Hillman_0-1788408770447.png" title="Hillman_0-1788408770447.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, in the new Distributed Tracing App, it no longer display the information:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hillman_1-1788408875283.png"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/34199iED045CC66F69F4FD/image-size/medium?v=v2&amp;amp;px=400" alt="Hillman_1-1788408875283.png" title="Hillman_1-1788408875283.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can for check and filter the information in the new Distributed Tracing app?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2026 04:15:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-check-for-http-request-params-in-Distributed-Tracing-app/m-p/304047#M40180</guid>
      <dc:creator>Hillman</dc:creator>
      <dc:date>2026-09-03T04:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to check for http request params in Distributed Tracing app</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-check-for-http-request-params-in-Distributed-Tracing-app/m-p/304050#M40182</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/63818"&gt;@Hillman&lt;/a&gt;&amp;nbsp;for URL query, you just use Url query params, like &lt;A href="https://playground.apps.dynatrace.com/ui/apps/dynatrace.distributedtracing/explorer?columns=start_time%2Cendpoint.name%2Cdt.service.name%2Cduration%2Crequest.is_failed%2Chttp.response.status_code%2Cspan.source%2Ck8s.workload.name%2Ck8s.namespace.name%2Curl.path%2Cserver.address&amp;amp;filter=url.query+%3D+*%22productImage%3DLensCleaningKit%22*" target="_self"&gt;this&lt;/A&gt;. For http requests, for headers use just headers params like &lt;A href="https://playground.apps.dynatrace.com/ui/apps/dynatrace.distributedtracing/explorer?columns=start_time%2Cendpoint.name%2Cdt.service.name%2Cduration%2Crequest.is_failed%2Chttp.response.status_code%2Cspan.source%2Ck8s.workload.name%2Ck8s.namespace.name%2Curl.path%2Cserver.address&amp;amp;filter=http.request.header.x-forwarded-host+%3D+astroshop.playground.demoability.dynatracelabs.com" target="_self"&gt;this&lt;/A&gt;. Headers must be captured for, do not expect all headers to be captured automatically, just a set of standard headers are captured with OneAgent, others have to be captured using Request attributes or OpenTelemetry.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2026 06:24:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-check-for-http-request-params-in-Distributed-Tracing-app/m-p/304050#M40182</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2026-09-03T06:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to check for http request params in Distributed Tracing app</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-check-for-http-request-params-in-Distributed-Tracing-app/m-p/304054#M40184</link>
      <description>&lt;P&gt;It is also important to note that the query parameters belong to a field that is considered sensitive. So there are also permissions differences in how this handled between classic and new. These sensitive fields belong to what are called "fieldSets" which allow administrators control over access to specific fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For how fieldsets work you can view this doc&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/assign-bucket-table-permissions#grail-permissions-fields" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/assign-bucket-table-permissions#grail-permissions-fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For a list of sensitive span fields you can find them in the semantic dictionary here&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/semantic-dictionary/tags/sensitive-spans" target="_blank"&gt;Sensitive spans fields — Dynatrace Docs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2026 06:46:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-check-for-http-request-params-in-Distributed-Tracing-app/m-p/304054#M40184</guid>
      <dc:creator>Fin_Ubels</dc:creator>
      <dc:date>2026-09-03T06:46:47Z</dc:date>
    </item>
  </channel>
</rss>

