remijouannet / graftorio2

(fork of graftorio) factorio mod for creating grafana dashboard
MIT License
77 stars 21 forks source link

track number of connected users and number of total users #4

Closed swantzter closed 3 years ago

swantzter commented 3 years ago

adds a gauge for total players registered in the save and one for number of current connected players. To account for the fact that factorio headless auto-pauses the game and stops increasing the tick count when the last player disconnects I've also made the collection run on_player_left_game

resolves #3