Leftmost: Re: schema change ticket, ruaok may decide that we only do one 2016 schema change again, so unless you think it should be pushed back one more year, getting it done for this round is the safe bet. :)
CatQuest: But also, even when new icons get pushed to musicbrainz-server, the old icons will still be available in the history of the Git repository, so you can always access them in the future too.
reosarevok
CatQuest: let me know if you got them and it worked so I can remove the file again :)
CatQuest
reosarevok: sure:)
zas
reosarevok: about InfluxDB, i was looking for an alternative to the whisperdb used by graphite. We currently have issues because this database requires a lot of write access, and this resource is limited on any server, so we can't increase too much for number of stored points (each point being something like value + timestamp + a name,
collectd.astro.net.eth0.tx.bytes 12345 <time>).
regagain has quit
CatQuest
thanks reo; it worked
zas
we are currently using mostly collectd > carbon relay > carbon > whisper > graphite > grafana, and since grafana has direct support for influxdb queries (a kind of SQL for time series), i'm moving to collectd > influxdb > grafana
reosarevok
CatQuest: :)
That sounds like an improvement, yes :)
bitmap
Leftmost: is there a schema change ticket you're working on?
zas
InfluxDB has got a lot of attention recently, very active developpement, and tons of nice features coming, and it is very fast compared to whisper, so we'll be able to store more stats. In the future i would like most of our apps or services reporting stats so we can more easily evaluate the impact of changes on the whole system.
LordSputnik
zas: that actually looks useful for an IoT data storage thing I'm working on atm, thanks :P
zas
I already and heavily used existing stats, and discovered and eventually fixed multiple performance or reliability issues.