Björn Rabenstein
Björn Rabenstein
I added this to the Prometheus 3 project, as the mild breakage caused by the proposed solution might be nicely dealt with by the major version bump.
@suntala is currently working on this.
Thank you very much. The mentioned code location was the only one that came to mind when we added native histogram support. If you can identify more gaps in test...
The current rendering of native histograms is text-only and very simplistic. That's probably why testing it will be quite simple (if you are familiar with React and Typescript, which I...
Assuming this is fixed by #13631
Hello from the bug scrub. It would actually be nice to get this done before the v3 cut. Is anyone willing to work on this? Is that a realistic deadline...
Thanks for your attempt to take the toxicity out of the debate. However, as said, I'm positive that @brian-brazil has seriously considered your arguments, despite the tone in the original...
Not that it does justice to the actual depth of the problem, but one might consider at least part of the pain caused by the current `rate` implementation to be...
#8429 takes another stab at this problem. I link it here to make this an umbrella issue for proposals to consider in the upcoming grand research project.
I think your query will work as an _instant_ query with the following modification: ```PromQL quantile_over_time(0.5, ( abs( value - quantile_over_time(0.5, value[T:] @ end()) ) )[T:] ) ``` But this...