<?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: How to build a Dashboard for Requests and from that chart how to analyze all tiers including User action? in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111668#M577</link>
    <description>&lt;P&gt;I Just answered this for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; let em know if you need any assistance. Also mark this as the best answer if it solves your request &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 20 Apr 2020 20:05:25 GMT</pubDate>
    <dc:creator>ChadTurner</dc:creator>
    <dc:date>2020-04-20T20:05:25Z</dc:date>
    <item>
      <title>How to build a Dashboard for Requests and from that chart how to analyze all tiers including User action?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111662#M571</link>
      <description>&lt;P&gt;Experts, I am trying to implement in new Dynatrace similar to how we did in Appmon for root-cause analysis. (sorry for such a long question, pls see below)&lt;/P&gt;&lt;P&gt;Our requirement is, build a Dashboard for all Business Transactions and should be able to drill down to all tiers from the chart for an Account ID. I appreciate your suggestions on how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;New DT Dashboard Requirement(Steps 1-6) and how I achieved this in Appmon(steps7-8)&lt;/U&gt;-&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Capture all Key Transactions 95th or Average Response times and Throughput (requests count) in Dashboard.&lt;/LI&gt;&lt;LI&gt;Do the Splitting on the Transactions by Account ID &lt;EM&gt;[Account ID can be found in the requested URL, in Appmon captured this by creating a measure]&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;From the Dashboard/Chart, if I want to find the requests related to an Account ID, I can simply search that Account ID from the chart and apply the filter on it so that I would be viewing only requests related to that particular Account ID.&lt;/LI&gt;&lt;LI&gt;After #3, want to click on a request to see the contribution of the client and Serverside.&lt;/LI&gt;&lt;LI&gt;from #4, if I notice the slowness is due to Server-side, I should be able to see the Purepaths related to that particular request to find the root cause.&lt;/LI&gt;&lt;LI&gt;from #4, if the slowness is due to the user action side, then I should be able to view the Browser clicks or User Actions that are captured under User Sessions or Applications to find the root-cause for slowness on client-side.&lt;/LI&gt;&lt;LI&gt;In Appmon, how I achieved this was by creating Two types of measures [one for Account ID and other for the Request pattern] and created Two types of Business Transactions.&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Business Transaction for Entire Round-trip response time – User Action Duration [Estimated Client time + Network Contribution + Server Contribution]&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Business Transaction for Server-Side Contribution – Purepath response time only&lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Once the Splitting is created, I have an option in Appmon while adding BT to the dashboard to do the Split or No split to plot Aggregated values of all accounts on that BT.&lt;UL&gt;&lt;LI&gt;Splitting by Account ID -&amp;gt; with this I can do a search on Account ID in the chart to do down on the requests related to that Account ID.&lt;/LI&gt;&lt;LI&gt;While Adding this BT with No Splitting – Gives Aggregate value of all Account ids’ for that business transaction.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/24616-appmon-dashboard-measure.png" /&gt;&lt;U&gt;For Above Screenshot&lt;/U&gt;#&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;Business Transaction Name&lt;/LI&gt;&lt;LI&gt;Measure to do the Filter (abc-logins)&lt;/LI&gt;&lt;LI&gt;Calculate Results for User Actions– Measures used available in Appmon [Estimated Client Time, Network Contribution, and Server Contribution]; For Server-side BT, do not select any so that it gives only Purepath response times.&lt;/LI&gt;&lt;LI&gt;Split Results – Created a measure for Account ID [AccountID], and Application.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I understand that, in the new Dynatrace, with AI it auto-detects the slow performing transaction or the transaction which breaches the SLA and shows it in Problems Dashlet and eventually sends the alerts. For the sake of designing dashboards, I want to bypass this option for now.&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 00:32:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111662#M571</guid>
      <dc:creator>sureshKumarK</dc:creator>
      <dc:date>2020-04-20T00:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a Dashboard for Requests and from that chart how to analyze all tiers including User action?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111663#M572</link>
      <description>&lt;P&gt;Hi @Shuresh k.&lt;/P&gt;&lt;P&gt;In dynatrace things are managed a bit in different way than in AppMon as you already noticed.&lt;/P&gt;&lt;P&gt;Will try to point the direction to answers for your steps.&lt;/P&gt;&lt;P&gt;1. Multi Dimensional Analysis  (aka: MDA) and create metrics if needed &lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/24649-1587363196869.png" /&gt;&lt;/P&gt;&lt;P&gt;2. Request Attribute (aka: RA) on the URL and URL query&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/24650-1587363416894.png" /&gt;&lt;/P&gt;&lt;P&gt;3. You will find the answer under  user action contributors breakdown &lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/24671-1587363674132.png" /&gt;&lt;/P&gt;&lt;P&gt;4. In order to check the web requests of the user action you will need to go to the waterfall chart &lt;/P&gt;&lt;P&gt;there you can see the median time of each web request &lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/24617-1587364855819.png" /&gt;&lt;/P&gt;&lt;P&gt;5. Switch to the instances of this action tab and drill down to a PP&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/24625-1587365214971.png" /&gt;&lt;/P&gt;&lt;P&gt;6. See answer for step 4.&lt;/P&gt;&lt;P&gt;7. See answer for step 3.&lt;/P&gt;&lt;P&gt;8. RA will give you the ability to split web request for example &lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/24659-1587366091374.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;HTH to clear a bit how to look on dynatrace data &lt;/P&gt;&lt;P&gt;Yos &lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 07:02:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111663#M572</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2020-04-20T07:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a Dashboard for Requests and from that chart how to analyze all tiers including User action?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111664#M573</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.dynatrace.com/users/3891/view.html" nodeid="3891"&gt;@Yos N.&lt;/A&gt; thanks for the detailed answers. I got the MDA part and for #3 is there a way I can stitch together the User Actions and Server-side calls for the related user actions and show them in a Dashboard? From a charting perspective, what I am trying to see is Two types of data points. Type#1 data  - &amp;gt; requests A-Z [end-to-end response times(client time + network + server-side)   of each request] &lt;/P&gt;&lt;P&gt;Type#2 data  -&amp;gt; requests A -Z [server-side contribution] of each request&lt;/P&gt;&lt;P&gt;And want to apply a filter on Type#1 and/or Type#2 data with Account ID, and from the filtered requests if I click on the type#1 request(which should take me to user Actions Dashlet/Page) and if I want to see the server-side purepaths, click on type#2 request on the chart should take me there. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Apr 2020 15:06:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111664#M573</guid>
      <dc:creator>sureshKumarK</dc:creator>
      <dc:date>2020-04-20T15:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a Dashboard for Requests and from that chart how to analyze all tiers including User action?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111665#M574</link>
      <description>&lt;P&gt;Hi &lt;A href="https://answers.dynatrace.com/users/15050/view.html" rel="user" target="_blank"&gt;@Suresh K.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I think what you are looking for is kind of &lt;A href="https://github.com/Dynatrace/Dynatrace-AppMon-Master-Slave-Dashboard-Creator" target="_blank" rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer"&gt;primary and secondary node dashboard&lt;/A&gt; for Dynatrace and I afraid this its yet not available &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Yos&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 20:13:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111665#M574</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2021-04-08T20:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a Dashboard for Requests and from that chart how to analyze all tiers including User action?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111666#M575</link>
      <description>sort of ..may be. Thanks &lt;A rel="user" href="https://answers.dynatrace.com/users/3891/view.html" nodeid="3891"&gt;@Yos N.&lt;/A&gt;</description>
      <pubDate>Mon, 20 Apr 2020 19:49:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111666#M575</guid>
      <dc:creator>sureshKumarK</dc:creator>
      <dc:date>2020-04-20T19:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a Dashboard for Requests and from that chart how to analyze all tiers including User action?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111667#M576</link>
      <description>&lt;P&gt;&lt;A rel="user noopener noreferrer" href="https://community.dynatrace.com/users/5445/view.html" nodeid="5445" target="_blank"&gt;@Radu S.&lt;/A&gt; &lt;A rel="user noopener noreferrer" href="https://community.dynatrace.com/users/3891/view.html" nodeid="3891" target="_blank"&gt;@Yos N.&lt;/A&gt; I am trying to find this, could you let me know if you know the answer, please?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.dynatrace.com/spaces/482/dynatrace-open-qa/questions/238122/how-to-create-customchart-for-fronetendclient-time.html" rel="noopener noreferrer" target="_blank"&gt;https://community.dynatrace.com/spaces/482/dynatrace-open-qa/questions/238122/how-to-create-customchart-for-fronetendclient-time.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks, Suresh.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 14:28:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111667#M576</guid>
      <dc:creator>sureshKumarK</dc:creator>
      <dc:date>2023-10-16T14:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a Dashboard for Requests and from that chart how to analyze all tiers including User action?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111668#M577</link>
      <description>&lt;P&gt;I Just answered this for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; let em know if you need any assistance. Also mark this as the best answer if it solves your request &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 20:05:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111668#M577</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2020-04-20T20:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a Dashboard for Requests and from that chart how to analyze all tiers including User action?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111669#M578</link>
      <description>&lt;P&gt;thanks &lt;A rel="user" href="https://answers.dynatrace.com/users/36422/view.html" nodeid="36422"&gt;@Chad T.&lt;/A&gt; I am trying to do a custom chart and eventually pin in a dashboard. So, what is the metric need to be selected here?&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/24678-1587413302477.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 20:08:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-build-a-Dashboard-for-Requests-and-from-that-chart-how-to/m-p/111669#M578</guid>
      <dc:creator>sureshKumarK</dc:creator>
      <dc:date>2020-04-20T20:08:27Z</dc:date>
    </item>
  </channel>
</rss>

