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

Request per minute of top web requests in dashboard

Ishwar_Jadhav
Observer

Please help me in getting the requests's count/min in dashboard in a dynamic value Screenshot from 2024-03-15 16-39-16.pngScreenshot from 2024-03-15 16-39-58.pngScreenshot from 2024-03-15 16-40-28.png

1 REPLY 1

Eric_Yu
Dynatrace Advisor
Dynatrace Advisor

You can create your tiles without the need of a calculated service metrics for req/min. Note that you might want to mark as Key Requests your top transactions.

Eric_Yu_1-1710865177746.png

builtin:service.keyRequest.count.total:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),entityName.equals(~"findJourneys~")"))))):splitBy("dt.entity.service_method"):value:rate(1m):setUnit(PerMinute)

Eric_Yu_0-1710865161849.png

Keep in mind, that if you want to use the single value tile, you might want to take a look at the Fold Transformation (last value, avg, max, etc).

Eric_Yu_2-1710865307141.png

Eric Yu

Featured Posts