20 Apr 2020 01:32 AM
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)
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.
New DT Dashboard Requirement(Steps 1-6) and how I achieved this in Appmon(steps7-8)->
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.
Thanks in advance for your help!
Solved! Go to Solution.
20 Apr 2020 08:02 AM
Hi @Shuresh k.
In dynatrace things are managed a bit in different way than in AppMon as you already noticed.
Will try to point the direction to answers for your steps.
1. Multi Dimensional Analysis (aka: MDA) and create metrics if needed
2. Request Attribute (aka: RA) on the URL and URL query
3. You will find the answer under user action contributors breakdown
4. In order to check the web requests of the user action you will need to go to the waterfall chart
there you can see the median time of each web request
5. Switch to the instances of this action tab and drill down to a PP
6. See answer for step 4.
7. See answer for step 3.
8. RA will give you the ability to split web request for example
HTH to clear a bit how to look on dynatrace data
Yos
20 Apr 2020 04:06 PM
Hi @Yos N. 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 - > requests A-Z [end-to-end response times(client time + network + server-side) of each request]
Type#2 data -> requests A -Z [server-side contribution] of each request
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.
20 Apr 2020 04:27 PM - last edited on 08 Apr 2021 09:13 PM by Karolina_Linda
Hi @Suresh K.
I think what you are looking for is kind of primary and secondary node dashboard for Dynatrace and I afraid this its yet not available 😞
Yos
20 Apr 2020 08:49 PM
20 Apr 2020 08:50 PM - last edited on 16 Oct 2023 03:28 PM by random_user
20 Apr 2020 09:05 PM
I Just answered this for you 🙂 let em know if you need any assistance. Also mark this as the best answer if it solves your request 🙂
20 Apr 2020 09:08 PM
thanks @Chad T. I am trying to do a custom chart and eventually pin in a dashboard. So, what is the metric need to be selected here?