09 Jan 2024 12:58 PM - last edited on 24 Jan 2024 11:38 AM by Michal_Gebacki
Hi ,
I am looking for a way to showcase volume per hour for any application and showcase it on dashboard based on selected timeframe in timeframe selector. .Please suggest best way to do it.
Regards,
Heramb Sawant
Solved! Go to Solution.
09 Jan 2024 01:26 PM - edited 09 Jan 2024 01:28 PM
If by application you mean RUM (Web, mobile, custom), the best way to do it is using USQL, something like "SELECT count(userSessionId), useraction.application FROM usersession GROUP BY useraction.application" https://docs.dynatrace.com/docs/platform-modules/digital-experience/session-segmentation/custom-quer...
Or you can also do it using the bultin metrics, such as builtin:apps.web.activeUsersEst
https://docs.dynatrace.com/docs/observe-and-explore/metrics/built-in-metrics#web-applications
If you are looking for backend applications, then it is better to use a builtin metric, such as builtin:service.requestCount.server
https://docs.dynatrace.com/docs/observe-and-explore/metrics/built-in-metrics#ranges
09 Jan 2024 01:50 PM
How I can find this volume( transactions) per hour and display on dashboard?
is this possible using grail as well ??
Regards,
Heramb Sawant
09 Jan 2024 01:59 PM
Unfortunately, application data is not yet in grail, https://docs.dynatrace.com/docs/observe-and-explore/metrics/built-in-metrics-on-grail