Is there a way to determine concurrent users to a website using NRQL?
e.g. hourly sessions x average session duration /3600 would be a typical calc
I can get hourly sessions using uniquecount but the session duration is more problematic.
I can see timestamp data in the pageviews table but unclear which NRQL function to use in order to make use of that data in order to define session duration.