@jaseemabid on #thanos-dev slack here:
At Monzo we made some UI for the state of thanos compact because it was getting pretty difficult for us to visualise the progress. We had a huge backlog and our block sizes were pretty big and we weren't making any progress with downsampling. Last weekend is the first time since April we have actually managed to downsample anything and now we are back on track!
See the screenshot along. Old state on top, new state below.
Each new red block is a 2 week long block with 5m resolution.
Each new yellow block is a 2 week long block with 1h resolution. :rocket:

Its slightly interactive; here is a raw html file to play with.
Question for the thanos dev community.
Right now, this is generated by parsing the output of
thanos bucketand its pretty brittle and specific to Monzo's setup. How should I think of upstreaming this work if there is sufficient interest?
- A UI for thanos compact like query? Add a web interface, make it look roughly the same with the same bootstrap libraries?
- A separate web project?
$ thanos bucket webor something?- Something else?
The current decision is to fit this into thanos bucket web command as alternative to CLI thanos bucket inspect (:
Thanks @jaseemabid for proposing this.
This is now a duplicate of #1248, is it?
Rework thanos bucket UI; notes for a v2
The initial version at #1248 does the job, but leaves a lot desired. I'd love to get it out to a bunch of people, see what works, get some feedback and iterate for a v2. Can use this ticket to track progress.
Hi @jaseemabid,
Thanks for your work. I tried your web overview service. What is the meaning of the colors? A color legend would be nice.

@bwplotka @brancz could we close this issue since #1248 has been merged?
Indeed. Thanks for the awesome and hard work!
Most helpful comment
Hi @jaseemabid,

Thanks for your work. I tried your web overview service. What is the meaning of the colors? A color legend would be nice.