RocketChat / Rocket.Chat

The communications platform that puts data protection first.
https://rocket.chat/
Other
40.05k stars 10.33k forks source link

Improve statistics data collector #10726

Open rodrigok opened 6 years ago

rodrigok commented 6 years ago

To be able to show a dashboard of server usage over the time with statistics like listed bellow we need to improve our data collector to store more data points and aggregate them correctly.

List of data we could show

And more...

Some ideas could be found in this issue too: https://github.com/RocketChat/Rocket.Chat/issues/3824

janrudolph commented 6 years ago

@rodrigok We have enhanced the Rocket.Chat statistics in order to calculate Daily Active, Weekly Active and Monthly Active Users. Therefore we added the number of views and writes per user and hour. If you are interested in the implementation, please have a look at our PR https://github.com/assistify/Rocket.Chat/pull/264

rodrigok commented 6 years ago

@janrudolph awesome, I'll take a look soon, thanks