09 Nov 2022 10:49 PM
Wondering if the calculation that works as statement in USQL, can be turned into a (custom/calculated) metric:
select (duration/userActionCount) as uad FROM usersession
10 Nov 2022 05:04 AM - edited 10 Nov 2022 05:05 AM
Yes it is, see https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/setup-and-configura...
However, check the limitations.
10 Nov 2022 07:59 AM
Yes, thanks I have seen that.
As stated in there:
(duration/userActionCount) from usersession is an exact value (time), not a count or extraction. So struggling with that.