Björn Rabenstein
Björn Rabenstein
Hello from the bug scrub! It looks like we wouldn't be opposed to having this, but it might still be quite involved. I guess that means if somebody wants to...
One possible work-around that could be easily(?) implemented in PromLens: As PromLens is already aware of the AST, it is only a small step to make PromLens aware where a...
/cc @jcreixell @juliusv
> As far as I understand, that would require duplicating all of the logic of when a name removal happens on the UI side, right? Yes. Which sounds really bad,...
Hello from the bug scrub! Looks like it is still the plan to make this the default in Prom v4. Leaving this open.
> basically there are situations where binary operators can create output series set that contain the same label set with different metric names, and only later the metric name is...
A quick check of the code tells me that we haven't really improved the checks in the relevant code area between v2.55 and the current release. I would expect the...
Interesting. Thanks for the research. Questions that come to mind: - How can we gain more confidence that this is really the problem here? - If so, is there really...
Chaos tools have the inherent problem that they might happily create conditions that are exceedingly unlikely to happen in practice, or they might direct our focus towards situations that are...
I tried to do a bit of research, but I'm not an expert in these things… My understanding so far is that the Go runtime crashes the program by default...