Colin Douch

Results 66 comments of Colin Douch

I'm happy to put this behind a config flag, but the timing source is a bit difficult here - there's actually a big disconnect because all the panels function independently....

@Gladorme do we have an existing framework for passing configs to the frontend?

Ah, good spot 🙏 Lemme fix that

Thanks folks! Apologies it took so long 😅

This discrepancy comes from https://github.com/prometheus/alertmanager/blob/e3fb99cc2d24330fdb81aa1d466c19b3de328b5b/api/v2/api.go - `ParseMatcher` is used to parse each individual `filter` arg (which doesn't strip braces), rather than ParseMatchers which does. FWIW the Swagger API documentation doesn't...

@evanderkoogh I know you're busy, but any plans to revisit this? I'm working on a thing that could use support for the new RPC workers, which I believe is blocked...