MC-API / Issues

Public issue tracker for mc-api.net
https://mc-api.net
2 stars 0 forks source link

Daily Performance Graph #52

Closed njb-said closed 7 years ago

njb-said commented 7 years ago

Currently there is a monthly performance graph, it would be interesting to see an intra-day graph too. Not a high priority.

Wouldn't be too difficult as the data is aggregated often. I also might add a linked page (like in the navbar?) for people to see the performance stats

njb-said commented 7 years ago

Completed in https://github.com/MC-API/static/commit/db5c6328f932f2371a387323cd7300569494485e

njb-said commented 7 years ago

As it turns out, due to an oversight on my behalf the day performance graph (not interday, but today only) is stored as the wrong type in Redis.
It should be a list but I used a set. The difference is lists are ordered and sets are not.