Blef-team / blef_game_engine

The game engine API service for the game of Blef
GNU Affero General Public License v3.0
1 stars 0 forks source link

Monitor the number of games and players #108

Closed adrian-golian closed 4 years ago

adrian-golian commented 4 years ago

We should be able to monitor how many games with how many players are going on at any given time, possibly also historically. This will require the ability to distinguish ongoing games from finished or inactive ones. This doesn't call for a full dashboard, but at the very least the ability to query the current status.

maciej-pomykala commented 4 years ago

A game could have a 'last queried' field and / or a 'last changed' field. Any measure of inactivity would be probably based on one / both of those and the game status.