From 11a688d3813646aeb97f58b61c083b019da66cfc Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 20 Jan 2017 15:24:53 -0500 Subject: Adding active users statistics to system console (#5141) --- webapp/utils/async_client.jsx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'webapp/utils/async_client.jsx') diff --git a/webapp/utils/async_client.jsx b/webapp/utils/async_client.jsx index 25724ec5e..cd38be811 100644 --- a/webapp/utils/async_client.jsx +++ b/webapp/utils/async_client.jsx @@ -1039,6 +1039,14 @@ export function getStandardAnalytics(teamId) { if (data[index].name === 'total_read_db_connections') { stats[StatTypes.TOTAL_READ_DB_CONNECTIONS] = data[index].value; } + + if (data[index].name === 'daily_active_users') { + stats[StatTypes.DAILY_ACTIVE_USERS] = data[index].value; + } + + if (data[index].name === 'monthly_active_users') { + stats[StatTypes.MONTHLY_ACTIVE_USERS] = data[index].value; + } } AppDispatcher.handleServerAction({ -- cgit v1.2.3-1-g7c22