The goal is to measure the performance of the different parts of the game. Here are some available options:
prometheus.io, haskell packages prometheus-client or prometheus. Prometheus works by polling a text http endpoint, it supports counter and gauge. it can be used to query the metric directly, or it can be configured as a grafana data source.
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.
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.