I need to compute the number of distinct users across both mobile and web application.
For web alone I get the number using this query -
SELECT distinctcount(userdata.userId) FROM browser_records
And for mobile using this -
SELECT distinctcount...
Hi,
I am migrating from New Relic to App Dynamics and want to know what would be the equivalent of New Relic's addPageAction? addPageAction is a very easy way to drop custom metrics from your web page and plot them on your dashboard. For example, i...