cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I want to create a tile in Dashboard that gives me top 10 requests by response time

srivathsan_s06
Participant

I am using Dynatrace Managed. I want to create a tile in Dashboard that gives me top 10 requests by response time . It was easy to do in AppMon but I am trying to figure the way in Dynatrace Managed. Can someone who has done this help here ?

3 REPLIES 3

kayan_hales
Dynatrace Mentor
Dynatrace Mentor

Hey @Srivathsan S. you can create a custom chart. Use the service requests - response time metric. It will auto sort by response time (median). Pin that to your dashboard. You'll see a chart, not a table, on your dashboard, but when you click on it, below the chart will show a table of all requests sorted by response time (median). It isn't exactly as you'd see it in App Mon, but it's the same concept - it'll show you the slowest service requests

srivathsan_s06
Participant

@Kayan H.

Hey Kayan. Thanks for the inputs. I was able to do that. My Challenge now here is as below:

Under my application ,I have multiple services . And there are multiple request types under each of these services.

For Example:

Service ABC - > Request 1, Request 2 , Request 3, Request 4, Request 5

Service DEF - > Request 6 , Request 7 , Request 8 , Request 9, Request 10

and so on...

Now my goal is to create a custom chart that will let me view top 5 requests of all the requests across the services.

Dynatrace lets me create a custom chart by applying a filter at service level only . I could not extend it to the requests level.

Please let me know if you are aware of a solution

Thanks much!!

AgataWlodarczyk
Community Team
Community Team

Choose chart from the dashboard / Go to custom chart,
Choose "preview upgraded chart"

AgataWlodarczyk_0-1643283962525.png

 

after that 
- choose code tag
- change the number of requests in brackets => limit(10)
- click run query
- pin your custom chart to the selected dashboard

 

AgataWlodarczyk_2-1643276748689.png

 

When passion meets people magic and innovation happen.

Featured Posts