cargo-bins / cargo-quickinstall

pre-compiled binary packages for `cargo install`
Apache License 2.0
215 stars 10 forks source link

switch to hosted influxdb for stats #164

Open alsuren opened 1 year ago

alsuren commented 1 year ago

I think that our redis instance is maybe full or something. I've archived some of the stats onto https://github.com/cargo-bins/cargo-quickinstall/issues/106 but I didn't delete them from redis. Maybe I should do that now.

Crazy plan:

Outstanding questions:

NobodyXu commented 1 year ago

@cargo-bins/binstall can you guys all provide your email address please?

passcod commented 1 year ago

make a thing to roll-up the data into one point per hour per (crate, version, arch, client) (summing up the counts for each tag) and set the milisecond-precision database retention policy to 1 week or something

influx can do that for you btw, it's a core feature