You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that our redis instance is maybe full or something. I've archived some of the stats onto #106 but I didn't delete them from redis. Maybe I should do that now.
Crazy plan:
delete stats from redis to get us up and running again
add @NobodyXu (currently sharing the org with my backup mijia-homie monitoring, but I will probably bin that soon)
add other maintainers (email addresses please)
(optional) make the existing stats server proxy http requests onto another stats server that we can all mess about with (or fan out and give everyone their own "staging" server?)
make github actions cronjob read from influxdb directly
select sum of all counts from the previous day, for the selected arch, grouped by package name
(optional) make a cronjob that archives stats onto a git branch.
(optional) 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
Outstanding questions:
Should we switch away from typescript while we are do this?
Should we use this as an opportunity to fold the stats server code into this monorepo?
The text was updated successfully, but these errors were encountered:
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
I think that our redis instance is maybe full or something. I've archived some of the stats onto #106 but I didn't delete them from redis. Maybe I should do that now.
Crazy plan:
(crate, version, arch, client)
(summing up the counts for each tag) and set the milisecond-precision database retention policy to 1 week or somethingOutstanding questions:
The text was updated successfully, but these errors were encountered: