how can i query the number of user actions evolution in some timeframe like last 20 minutes in dynatrace classic dashbard using usql ?
Hi @Iplinsky
One of the limitations of usql is Only closed user sessions can be queried. Live user sessions aren't taken into account.
And session under 35 minutes are not marked as closed.
For your kind of requests we use builtin:apps.web.actionCount.category metric
HTH
Yos
i would like something like this but per minute and not all in one
Hi @Iplinsky
The product idea for this request was mark as not planed 🤔
Yos
@Iplinsky it's not possible using USQL. USQL is not designed for realtime data in contrary to metrics. You have to use metrics (Data Explorer widget) for this. If you need some further triage (such as the number of actions with some user action property value), you need to define your own application metrics.
USQL is designed for analysis of user session data, not for realtime data and monitoring. It's a different use case.
Featured Posts