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
Yes it is, see https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/setup-and-configura...
However, check the limitations.
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.
Featured Posts