<?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 DQL filtering and grouping by Request Attributes in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/DQL-filtering-and-grouping-by-Request-Attributes/m-p/288572#M2701</link>
    <description>&lt;P&gt;I have a Service request that applies a Request Attribute (RA) to the Request if it has been attempted more than once (The number set in the RA will increase if attempted further).&lt;BR /&gt;&lt;BR /&gt;RA.retry_count&lt;/P&gt;&lt;P&gt;On that request there is also a RA for a correlation_id so the repeated attempts can be grouped.&lt;/P&gt;&lt;P&gt;RA.Correlation_id&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have a good example of any DQL that can allow me to filter on&amp;nbsp;RA.retry_count being &amp;gt;= 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Mon, 27 Oct 2025 12:18:45 GMT</pubDate>
    <dc:creator>D_Miller</dc:creator>
    <dc:date>2025-10-27T12:18:45Z</dc:date>
    <item>
      <title>DQL filtering and grouping by Request Attributes</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-filtering-and-grouping-by-Request-Attributes/m-p/288572#M2701</link>
      <description>&lt;P&gt;I have a Service request that applies a Request Attribute (RA) to the Request if it has been attempted more than once (The number set in the RA will increase if attempted further).&lt;BR /&gt;&lt;BR /&gt;RA.retry_count&lt;/P&gt;&lt;P&gt;On that request there is also a RA for a correlation_id so the repeated attempts can be grouped.&lt;/P&gt;&lt;P&gt;RA.Correlation_id&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have a good example of any DQL that can allow me to filter on&amp;nbsp;RA.retry_count being &amp;gt;= 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 12:18:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-filtering-and-grouping-by-Request-Attributes/m-p/288572#M2701</guid>
      <dc:creator>D_Miller</dc:creator>
      <dc:date>2025-10-27T12:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: DQL filtering and grouping by Request Attributes</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-filtering-and-grouping-by-Request-Attributes/m-p/290701#M2835</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;You could try something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fetch spans&lt;BR /&gt;| filter isNotNull(request_attribute.&lt;SPAN&gt;retry_count&lt;/SPAN&gt;)&lt;BR /&gt;|fieldsAdd request_attribute.&lt;SPAN&gt;retry_count&lt;/SPAN&gt;, request_attribute.&lt;SPAN&gt;Correlation_id&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;|filter request_attribute.&lt;SPAN&gt;retry_count&amp;nbsp;&lt;/SPAN&gt;&amp;gt;= 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 21:01:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-filtering-and-grouping-by-Request-Attributes/m-p/290701#M2835</guid>
      <dc:creator>anapaulasalas</dc:creator>
      <dc:date>2025-12-02T21:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: DQL filtering and grouping by Request Attributes</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-filtering-and-grouping-by-Request-Attributes/m-p/290795#M2837</link>
      <description>&lt;P&gt;This actually works! Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 19:06:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-filtering-and-grouping-by-Request-Attributes/m-p/290795#M2837</guid>
      <dc:creator>Emm4nuel</dc:creator>
      <dc:date>2025-12-03T19:06:14Z</dc:date>
    </item>
  </channel>
</rss>

