04 Jul 2018 03:21 AM - last edited on 27 Jan 2022 05:14 PM by AgataWlodarczyk
Hi Everyone,
Have set up some dashboards to give various performance graphs.
Is there any way to change the they-scale for graphs that have ' requests/minute' to a different scale?
Ideally would like to use 'requests/second' and 'requests/day' - the main reason is to be online with existing business metrics that use these scales - so can compare easily.
Have not investigated yet, but presume could get some of these raw values through the API's and graph ourselves, but would be nice if can be done internally.
Jason
Solved! Go to Solution.
04 Jul 2018 07:09 AM
Hi Jason! We've gotten similar requests in the past and already have it planned. You'll be able to switch from a per minute rate to a simple COUNT aggregation, that gives you the raw number of occurrences. Providing a way to opt for other rates (e.g. per hour) might be also a possibility.
04 Jul 2018 07:16 AM
Is there a Enhancement Request I can track eagerly?
04 Jul 2018 07:27 AM
We don't have a customer facing ticket for that matter, but I'd recommend to follow our roadmap (http://bit.ly/dashboard-roadmap), where we also announce improvements like this as soon as it is available.
11 Feb 2022 07:56 AM
Hey, for all the ones who stumble upon that.
This can now be achieved with the Data explorer using the :rate transformation https://www.dynatrace.com/support/help/shortlink/api-metrics-v2-selector#rate-transformation. Something like :rate(d) should do the trick. For the rest see my documentation here: https://community.dynatrace.com/t5/Dashboarding/Dashboard-Data-explorer-tips-volume-1/td-p/179979