<?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: Response time - Behavior Partition function in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/237003#M3705</link>
    <description>&lt;P&gt;Thanks !&lt;BR /&gt;The result looks much better&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;BR /&gt;The problem is that it's not very readable because I can't graph it properly as a histogram or "Top list"&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2024 16:09:05 GMT</pubDate>
    <dc:creator>gbaudart</dc:creator>
    <dc:date>2024-02-13T16:09:05Z</dc:date>
    <item>
      <title>Response time - Behavior Partition function</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236947#M3697</link>
      <description>&lt;P&gt;Hi Community,&lt;BR /&gt;I'm trying to plot a distribution of response times for a user action to display in a dashboard (Classic for now).&lt;BR /&gt;I'm using the partition function to create a dimension with a distribution of response times:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Partition_dimension.PNG" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17555i097F3B7E0E345612/image-size/large?v=v2&amp;amp;px=999" role="button" title="Partition_dimension.PNG" alt="Partition_dimension.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, when I add up all the partition results, I don't get the "Count" result for the action:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Partition_count.PNG" style="width: 508px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17556iD5A3DFD439AEF64A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Partition_count.PNG" alt="Partition_count.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've read a lot of documentation, tried several ways and even used Dynatrace's Professional Services (ACE)... But I still don't have any reliable answers&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The community remains my last chance to refine the query or at least understand the result&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;&lt;P&gt;-Do you know why I can't get the total "count" of the action?&lt;BR /&gt;-Do you know what the values shown in my breakdown actually correspond to?&lt;/P&gt;&lt;P&gt;Thank you for your help&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 10:38:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236947#M3697</guid>
      <dc:creator>gbaudart</dc:creator>
      <dc:date>2024-02-13T10:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Response time - Behavior Partition function</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236960#M3698</link>
      <description>&lt;P&gt;your partition distribution does not count each xhr action. instead it counts response time buckets.&lt;/P&gt;&lt;P&gt;here is what is counted - number of bucket hits per timeframe, i have 2 buckets in my example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rastislav_danis_1-1707828637302.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17558i9095BF8F0D201502/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rastislav_danis_1-1707828637302.png" alt="rastislav_danis_1-1707828637302.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when you remove fold(count), you will see exact points when each bucket was hit during selected timeframe (cyan is &amp;lt;200ms bucket, yellow is rest bucket):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rastislav_danis_0-1707828533045.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17557iBAD4248BF2D01B00/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rastislav_danis_0-1707828533045.png" alt="rastislav_danis_0-1707828533045.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 13:02:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236960#M3698</guid>
      <dc:creator>rastislav_danis</dc:creator>
      <dc:date>2024-02-13T13:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Response time - Behavior Partition function</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236971#M3699</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/38440"&gt;@rastislav_danis&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Each of my recorded actions (3.84k actions) has a response time that should fit into a bucket.&lt;BR /&gt;So theoretically, if I add up all the hits from all the buckets, shouldn't I get the total number of actions?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 13:53:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236971#M3699</guid>
      <dc:creator>gbaudart</dc:creator>
      <dc:date>2024-02-13T13:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Response time - Behavior Partition function</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236972#M3700</link>
      <description>&lt;P&gt;but in fold(count) you just count buckets, not actions. f.e in my example, lower latency bucket (&amp;lt;200ms) was hit 9 times so count of bucket &amp;lt;200 (mistakenly named "0,100";) was 9, but in reality number of xhr actions with response &amp;lt;200ms was much higher (several tens of actions in that timeframe)&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 14:00:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236972#M3700</guid>
      <dc:creator>rastislav_danis</dc:creator>
      <dc:date>2024-02-13T14:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Response time - Behavior Partition function</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236975#M3701</link>
      <description>&lt;P&gt;if you create partitions based on value you will lost number of items in partition buckets&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 14:16:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236975#M3701</guid>
      <dc:creator>rastislav_danis</dc:creator>
      <dc:date>2024-02-13T14:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Response time - Behavior Partition function</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236978#M3702</link>
      <description>&lt;P&gt;OK.&lt;BR /&gt;So how should I phrase my query so that I can count the number of shares in each bucket?&lt;BR /&gt;I'm sorry, but I'm having a lot of trouble really understanding how the partition works.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 14:29:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236978#M3702</guid>
      <dc:creator>gbaudart</dc:creator>
      <dc:date>2024-02-13T14:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Response time - Behavior Partition function</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236986#M3703</link>
      <description>&lt;P&gt;i'm afraid that partition is not right friend for your task &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; and i'm also afraid this is not possible with pure metrics operations, because you have decoupled response times from counts and you cannot filter count metric based on reponse or otherwise (filter response metric based on counts).&lt;BR /&gt;&lt;BR /&gt;I think only USQL will help you with this&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 15:07:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236986#M3703</guid>
      <dc:creator>rastislav_danis</dc:creator>
      <dc:date>2024-02-13T15:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Response time - Behavior Partition function</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236990#M3704</link>
      <description>&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rastislav_danis_1-1707837694818.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17563i3E81A8082F61A706/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rastislav_danis_1-1707837694818.png" alt="rastislav_danis_1-1707837694818.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 15:21:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/236990#M3704</guid>
      <dc:creator>rastislav_danis</dc:creator>
      <dc:date>2024-02-13T15:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Response time - Behavior Partition function</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/237003#M3705</link>
      <description>&lt;P&gt;Thanks !&lt;BR /&gt;The result looks much better&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;BR /&gt;The problem is that it's not very readable because I can't graph it properly as a histogram or "Top list"&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 16:09:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Response-time-Behavior-Partition-function/m-p/237003#M3705</guid>
      <dc:creator>gbaudart</dc:creator>
      <dc:date>2024-02-13T16:09:05Z</dc:date>
    </item>
  </channel>
</rss>

