Hi, I would like to create a metric that returns the amount of browser applications being monitored on the controller. I have tried to do this using a distinct count of the app key, although my query is returning 1 instead of the amount of browser apps. Here are the queries I have tried: SELECT distinctcount(appkey) FROM browser_records SELECT distinctcount(appkey) FROM web_session_records If anyone knows of a way or can point me in the right direction, I would greatly appreciate it. Thanks, Jesse
... View more