This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
This page will serve as an overview of various USQL examples.
USQL examples
Average Document Interactive Time for India SELECT starttime, AVG(useraction.documentInteractiveTime) AS "D...
Hello: I am trying to convert a session query into custom metric. At the end of the day. I want to be able to show in a bar char the amount of user session every 15 minutes. I need to change...
There is a difference between using the startTime/endTime in the WHERE clause and the Global time frame in the USQL. USQL Global timeframe filter in WebUI will m...
We have the following analytics requirement using RUM for mobile (iOS and Android) where we only implemented the auto-instrumentation feature of the SDK.
Find out how many users perform an action w...
Looking for a way to build a user session query to give me a count on how many userActions result in HTTP 500 errors based on specific URLs. Is there a way to filter on just HTTP 500 errors us...
Hello,
Is there any workaround to create a dashboard showing the affected user sessions and the related problems?
I noticed that, in the problems page I can view the affected user sessions filter...
Dear All,
I'm using a USQL query to fetch all user actions along with their request count, error count, and average duration. However, I need to retrieve only the web requests triggered by a s...
Hello,
I want an output of USQL like below,
apdex category is available with USQL(Satisfied,frustated,tolerating).Not able to get score using the same Can someone please help on this?
&n...