edumeet icon indicating copy to clipboard operation
edumeet copied to clipboard

Regarding stats fo rooms and peers etc

Open nareshinstavc opened this issue 4 years ago • 4 comments

How do i see stats in MM session.? Do i have to enable user login ?

nareshinstavc avatar Apr 24 '20 13:04 nareshinstavc

We not yet implemented detailed stats on the interface.

misi avatar Apr 24 '20 19:04 misi

@misi Just an idea, why not use a database to store stats regarding meetings. Maybe kind of a meeting log, with details about its start and end, etc.

I can create a PR if needed.

littledivy avatar Apr 26 '20 05:04 littledivy

We are speaking about web app detailed stats frontend stats here, if i am right. If we speak about server logs see in development branch StatusLogger: https://github.com/havfo/multiparty-meeting/blob/cb5f4cd48eb0be3c844705eeebf6a6d950d75fcb/server/config/config.example.js#L84

misi avatar Apr 26 '20 05:04 misi

FYI the new Prometheus exporter (see prom.md in branch develop) reports the numbers of rooms (edumeet_rooms) and peers (sum(edumeet_peers) into a (time series) database.

christian-2 avatar May 05 '20 04:05 christian-2