electron-release-server icon indicating copy to clipboard operation
electron-release-server copied to clipboard

[FR] Track download statistics

Open Ilshidur opened this issue 7 years ago • 1 comments

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 :-)

Ilshidur avatar Sep 26 '17 16:09 Ilshidur

@ArekSredzki, @Ilshidur , @DustinBrett

I think we are already tracking downloads in Assets, don't we ? image

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?

beliaev-maksim avatar Jun 16 '20 22:06 beliaev-maksim