Julien
Julien
Can we have a test to test for the race?
Which alertmanager receiver are you using? The webhook receiver has a `[ max_alerts: | default = 0 ]` setting too so you can deal with the bottleneck here. in general...
This is expected because the file path is a glob. prometheus can start without files, and in production setup, I have seen that happening a log. I am unsure logging...
Can we make it work for windows too to keep feature parity?
Did you copy code over from minio?
Minio is released under AGPL-3.0. We might get into troubled waters. Or you could check if the code was present in the Apache-2 releases of minio. We probably want attribution...
I think we should indeed take into consideration the size of the disk and not the size of the blocks, then remove enough blocks to get back below the threshold
We have discussed this during the Prometheus bug scrub. We decided that we should only look at the ration between disk space used by Prometheus vs the disk size. I...
I still plan to review this and we agreed again during the bug scrub that we should only take care about the scenario where Prometheus has its own volume/partition. There...
Hello, this would be a huge burden to keep the same querier across different rules, especially since you have to be able to query samples from the previous rules, which...