electron-release-server
electron-release-server copied to clipboard
[FR] Track download statistics
I was wondering how to save the downloads count on a time series database, like InfluxDB. One use case would be to monitor downloads count over time, for example.
I think one good solution is StatsD. It would be awesome to have monitoring solutions for this awesome project !
Maybe there are simpler solutions (that I couldn't figure out), but I'm curious about how to achieve this :-)
@ArekSredzki, @Ilshidur , @DustinBrett
I think we are already tracking downloads in Assets, don't we ?
so is the question to postprocess data from Database or also add another table into DB "time vs download vs version vs asset" ? or is the idea to add completely new implementation maybe with Graphite + StatsD?