<?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: Percentile time series calculation by request attribute in Dynatrace DQL in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Calculate-Percentile-Time-Series-by-Request-Attribute-Using/m-p/291656#M2882</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/97120"&gt;@MychellSantos1&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN&gt;I just wanted to check in and see if you still need help with this. If so, I’d be happy to look into it for you!&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know what works best for you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Dec 2025 10:01:15 GMT</pubDate>
    <dc:creator>IzabelaRokita</dc:creator>
    <dc:date>2025-12-17T10:01:15Z</dc:date>
    <item>
      <title>Calculate Percentile Time-Series by Request Attribute Using Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Calculate-Percentile-Time-Series-by-Request-Attribute-Using/m-p/288623#M2705</link>
      <description>&lt;P&gt;I have the following DQL query that calculates the &lt;STRONG&gt;p50 response time per service&lt;/STRONG&gt;:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;timeseries
p50 = percentile(dt.service.request.response_time, 50, default:0),
interval:10m, nonempty:true,
by: { dt.request_attribute_Key },
filter: matchesValue(`dt.entity.service`, "x"),
from: now()-1d,
to: now()
| fieldsAdd ServiceName = entityName(dt.entity.service)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I’d like to &lt;STRONG&gt;add a dimension&lt;/STRONG&gt; based on a &lt;STRONG&gt;request attribute&lt;/STRONG&gt; (for example request_attribute.Key or request_attribute.Type) — so I can see the percentile (p50) &lt;STRONG&gt;per service and per request attribute value&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Is it possible to define that kind of dimension in the timeseries clause, or do I need to expand the attribute first?&lt;BR /&gt;If so, what would be the correct DQL syntax?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 10:02:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Calculate-Percentile-Time-Series-by-Request-Attribute-Using/m-p/288623#M2705</guid>
      <dc:creator>MychellSantos1</dc:creator>
      <dc:date>2025-12-17T10:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile time series calculation by request attribute in Dynatrace DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Calculate-Percentile-Time-Series-by-Request-Attribute-Using/m-p/291656#M2882</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/97120"&gt;@MychellSantos1&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN&gt;I just wanted to check in and see if you still need help with this. If so, I’d be happy to look into it for you!&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know what works best for you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 10:01:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Calculate-Percentile-Time-Series-by-Request-Attribute-Using/m-p/291656#M2882</guid>
      <dc:creator>IzabelaRokita</dc:creator>
      <dc:date>2025-12-17T10:01:15Z</dc:date>
    </item>
  </channel>
</rss>

