<?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: DQL to pull all Endpoints\Requests for a particular Service in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298217#M3307</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/73851"&gt;@MaximilianoML&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry i last thing i missed to ask, can I have Failure rate, Response time and HTTP 5xx errors filters please.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2026 11:37:30 GMT</pubDate>
    <dc:creator>dkrishna</dc:creator>
    <dc:date>2026-04-23T11:37:30Z</dc:date>
    <item>
      <title>DQL to pull all Endpoints\Requests for a particular Service</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298104#M3300</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to pull all the endpoints of a service but i am unable to fetch instead we can fetch only the endpoints which are marked key requests. Need help on this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you are unclear on question.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 08:19:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298104#M3300</guid>
      <dc:creator>dkrishna</dc:creator>
      <dc:date>2026-04-22T08:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: DQL to pull all Endpoints\Requests for a particular Service</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298108#M3301</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/95723"&gt;@dkrishna&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;If I understood correctly, you want something like this bellow:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;fetch spans
| filter dt.smartscape.service == toSmartscapeId("SERVICE-xxxxxxx")
| filter transaction.is_root_span == true
| filter transaction.is_endpoint_request == true
| filter isNotNull(endpoint.name)
| summarize requests = count(), by: { endpoint.name }
| sort requests desc&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;I hope this helps you&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 08:39:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298108#M3301</guid>
      <dc:creator>MaximilianoML</dc:creator>
      <dc:date>2026-04-22T08:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: DQL to pull all Endpoints\Requests for a particular Service</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298195#M3302</link>
      <description>&lt;P&gt;Hi MaximilianoML,&lt;/P&gt;&lt;P&gt;Good morning.&lt;/P&gt;&lt;P&gt;Hope you are doing good.&lt;/P&gt;&lt;P&gt;Thanks for your valuable inputs, its really worked but it is fetching only "Non Key Requests". whereas I am looking for both Key Requests as well as Non Key Requests.&lt;/P&gt;&lt;P&gt;Many Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 09:34:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298195#M3302</guid>
      <dc:creator>dkrishna</dc:creator>
      <dc:date>2026-04-23T09:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: DQL to pull all Endpoints\Requests for a particular Service</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298198#M3303</link>
      <description>&lt;P&gt;And also is there a way to differentiate Key Requests and Non Key Requests.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 09:44:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298198#M3303</guid>
      <dc:creator>dkrishna</dc:creator>
      <dc:date>2026-04-23T09:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: DQL to pull all Endpoints\Requests for a particular Service</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298212#M3304</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/95723"&gt;@dkrishna&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Unfortunately I don't think it's possible to filter them like we want here, so I post a Product Idea &lt;A href="https://community.dynatrace.com/t5/Product-ideas/Expose-a-clear-DQL-field-to-distinguish-Key-Requests-from-other/idi-p/298211#M57315" target="_blank"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I think we can close this thread now, I hope it helped you&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 10:53:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298212#M3304</guid>
      <dc:creator>MaximilianoML</dc:creator>
      <dc:date>2026-04-23T10:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: DQL to pull all Endpoints\Requests for a particular Service</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298215#M3306</link>
      <description>&lt;P&gt;Ok, Yes it was a great help. Thank you so much.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 11:12:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298215#M3306</guid>
      <dc:creator>dkrishna</dc:creator>
      <dc:date>2026-04-23T11:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: DQL to pull all Endpoints\Requests for a particular Service</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298217#M3307</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/73851"&gt;@MaximilianoML&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry i last thing i missed to ask, can I have Failure rate, Response time and HTTP 5xx errors filters please.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 11:37:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298217#M3307</guid>
      <dc:creator>dkrishna</dc:creator>
      <dc:date>2026-04-23T11:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: DQL to pull all Endpoints\Requests for a particular Service</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298219#M3308</link>
      <description>&lt;P&gt;You're &lt;STRONG&gt;always&lt;/STRONG&gt; free to comeback and ask more questions!&lt;/P&gt;&lt;P&gt;You might want something like this bellow:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;fetch spans
| filter dt.smartscape.service == toSmartscapeId("SERVICE-xxxxxxxxx")
| filter request.is_root_span == true
| filter transaction.is_root_span == true
| filter transaction.is_endpoint_request == true
| filter isNotNull(endpoint.name)
| summarize
    requests = count(),
    failures = countIf(request.is_failed == true),
    avg_response_time = avg(duration),
    http_5xx = countIf(http.response.status_code &amp;gt;= 500 and http.response.status_code &amp;lt; 600),
  by: { endpoint.name }
| fieldsAdd failure_rate = if(requests &amp;gt; 0, 100.0 * failures / requests, else: 0.0)
| sort requests desc&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 23 Apr 2026 11:56:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-to-pull-all-Endpoints-Requests-for-a-particular-Service/m-p/298219#M3308</guid>
      <dc:creator>MaximilianoML</dc:creator>
      <dc:date>2026-04-23T11:56:53Z</dc:date>
    </item>
  </channel>
</rss>

