<?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 Need Dashboard for Requests that are not marked as key request in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/282443#M5265</link>
    <description>&lt;P&gt;i need to get the requests response time average, min and max but i couldnt do it for the non key request , how can it be done either via DQL or data explore , Please share any JSON for dashboard or DQL Queries if possible&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jul 2025 04:33:38 GMT</pubDate>
    <dc:creator>sa_gopalm</dc:creator>
    <dc:date>2025-07-29T04:33:38Z</dc:date>
    <item>
      <title>Need Dashboard for Requests that are not marked as key request</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/282443#M5265</link>
      <description>&lt;P&gt;i need to get the requests response time average, min and max but i couldnt do it for the non key request , how can it be done either via DQL or data explore , Please share any JSON for dashboard or DQL Queries if possible&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 04:33:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/282443#M5265</guid>
      <dc:creator>sa_gopalm</dc:creator>
      <dc:date>2025-07-29T04:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need Dashboard for Requests that are not marked as key request</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/282452#M5266</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/80967"&gt;@sa_gopalm&lt;/a&gt;&amp;nbsp;I think you need to first mark them as key requests to get the expected data and endpoint details or else they would be showing up as&amp;nbsp;NON_KEY_REQUESTS in dashboard which is not much helpful . You can use a DQL query similar to below&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;timeseries { avg(dt.service.request.response_time), ResponseTime = avg(dt.service.request.response_time, scalar: true) }, by: { endpoint.name, dt.entity.service }
| fieldsAdd dt.entity.service.name = entityName(dt.entity.service)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 07:00:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/282452#M5266</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2025-07-29T07:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need Dashboard for Requests that are not marked as key request</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/282453#M5267</link>
      <description>&lt;P&gt;In addition to&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21657"&gt;@p_devulapalli&lt;/a&gt;&amp;nbsp;answer&amp;nbsp; (which is the recommended method), you might want to use spans as a source for your dashboards, or define span metrics in OpenPipeline.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 07:13:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/282453#M5267</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-07-29T07:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need Dashboard for Requests that are not marked as key request</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/283394#M5268</link>
      <description>&lt;P&gt;Multidimensional analysis is an option for such cases&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 13:34:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/283394#M5268</guid>
      <dc:creator>paolo_fumanelli</dc:creator>
      <dc:date>2025-08-08T13:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need Dashboard for Requests that are not marked as key request</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/301890#M5850</link>
      <description>&lt;P&gt;I was under the impression that on GRAIL, every service metric would be able to be split per request.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 15:07:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/301890#M5850</guid>
      <dc:creator>Theodore_x86</dc:creator>
      <dc:date>2026-07-14T15:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need Dashboard for Requests that are not marked as key request</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/301912#M5851</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/50066"&gt;@Theodore_x86&lt;/a&gt;&amp;nbsp;I think that's now possible in Grail if you have the below enabled&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/application-observability/services/service-detection/service-detection-v1/enhanced-endpoints-sdv1" target="_blank"&gt;https://docs.dynatrace.com/docs/observe/application-observability/services/service-detection/service-detection-v1/enhanced-endpoints-sdv1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="p_devulapalli_0-1784071039904.png"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33673iEDAAA9058D58DE16/image-size/large?v=v2&amp;amp;px=999" alt="p_devulapalli_0-1784071039904.png" title="p_devulapalli_0-1784071039904.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 23:19:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/301912#M5851</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2026-07-14T23:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need Dashboard for Requests that are not marked as key request</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/301918#M5852</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/50066"&gt;@Theodore_x86&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Confirming&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21657"&gt;@p_devulapalli&lt;/a&gt;&amp;nbsp; is right — Enhanced endpoints for SDv1 is exactly the fix for this. It replaces the old NON_KEY_REQUESTS bucket with individual dt.service.request.* metrics for every detected endpoint, no manual key request marking needed.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/80967"&gt;@sa_gopalm&lt;/a&gt;&amp;nbsp;&amp;nbsp;if you're revisiting this: go to Settings &amp;gt; Process and contextualize &amp;gt; Services &amp;gt; Enhanced endpoints for SDv1, and turn it on. After that, this kind of query works for every endpoint, not just key requests:&lt;/P&gt;&lt;P&gt;timeseries { avg(dt.service.request.response_time), min(dt.service.request.response_time), max(dt.service.request.response_time) }, by: { endpoint.name, dt.entity.service }&lt;BR /&gt;| fieldsAdd dt.entity.service.name = entityName(dt.entity.service)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sujit_k_singh_0-1784077676874.png"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33676i881313ACA07CE74B/image-size/large?v=v2&amp;amp;px=999" alt="sujit_k_singh_0-1784077676874.png" title="sujit_k_singh_0-1784077676874.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;One heads-up:&lt;/STRONG&gt; enabling it can change endpoint naming and may affect existing dashboards/alerts tied to the old NON_KEY_REQUESTS or GET /* names, so worth a quick audit first.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2026 01:08:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/301918#M5852</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2026-07-15T01:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need Dashboard for Requests that are not marked as key request</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/301938#M5853</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21657"&gt;@p_devulapalli&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/67382"&gt;@sujit_k_singh&lt;/a&gt;&amp;nbsp;for your comments! That option did the trick.&lt;/P&gt;&lt;P&gt;As you mentioned, the request name changes in a lot of cases so be cautious. For us it adds the "POST/GET/DELETE" before the endpoint name....&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2026 08:47:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Need-Dashboard-for-Requests-that-are-not-marked-as-key-request/m-p/301938#M5853</guid>
      <dc:creator>Theodore_x86</dc:creator>
      <dc:date>2026-07-15T08:47:20Z</dc:date>
    </item>
  </channel>
</rss>

