15 Mar 2024 11:11 AM
Please help me in getting the requests's count/min in dashboard in a dynamic value
Solved! Go to Solution.
19 Mar 2024 04:21 PM - edited 19 Mar 2024 04:23 PM
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.
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)
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).