Julius Volz

Results 259 comments of Julius Volz

Notes to myself (or maybe someone else) for when I have time to implement this, things that are new in PromQL that also need to be added: * There's arithmetic...

Reopening, as the tentative fix was merged on Dec 12, but I just got the same failure in CI again on Dec 14.

Details of the failure I saw, in case it's interesting: ``` ================== WARNING: DATA RACE Read at 0x00c000556320 by goroutine 765: github.com/prometheus/prometheus/scrape.(*scrapePool).sync() /__w/prometheus/prometheus/scrape/scrape.go:479 +0x18f github.com/prometheus/prometheus/scrape.(*scrapePool).Sync() /__w/prometheus/prometheus/scrape/scrape.go:462 +0x564 github.com/prometheus/prometheus/scrape.(*Manager).reload.func1() /__w/prometheus/prometheus/scrape/manager.go:202 +0x4d...

Hi @Pionerd could you clarify which difference in grouping you are referring to between the v2 and v3 UI? Looking at a v2 alerts page (e.g. https://demo.promlabs.com/alerts), the alerts are...

Thanks, I see! Yes, having more information-dense displays can be super valuable as an operator, while at the same time that practical usefulness can sometimes be at odds with making...

> having a question: why after clicking on "Alerts" button, I need to click filter, and choose "firing" and then click "hide empty groups" just to see what alerts are...

Coming back to the whitespace / spacing on the /alerts page, here's a change I'm working on where I tightened up the spacing and padding in the relevant elements a...

PR for the tighter spacing at: https://github.com/prometheus/prometheus/pull/16359

@shoce Whoops, thanks for pointing that out, that was obviously just a bug :/ Fixed in https://github.com/prometheus/prometheus/pull/16388