swarm-game / swarm

Resource gathering + programming game
Other
841 stars 52 forks source link

Add performance monitoring / telemetry #909

Open TristanCacqueray opened 1 year ago

TristanCacqueray commented 1 year ago

The goal is to measure the performance of the different parts of the game. Here are some available options:

I think ekg would be the most user friendly as it should work straight from the web interface. Though we might get better results using an extra service.

TristanCacqueray commented 1 year ago

Here is an example of adding telemetry to stack: https://github.com/commercialhaskell/stack/pull/5260