Björn Rabenstein
Björn Rabenstein
> when the first bucket is [0, x] (not [-inf, x]), should the x-axis still start at 0, or should we add visual padding to the left? I guess we...
The "NaN" in the screenshot only happens because of the math in the frontend code. It is just not prepared to handle +Inf. This needs to be fixed (by treating...
Thank you very much. And it doesn't have to be optimal, just good enough. 😄
### Linear: Looks good, but the linear view already looks good without code changes, _unless_ we have bucket boundaries of +Inf or -Inf in the mix. It doesn't look like...
I have mostly used https://github.com/prometheus/client_golang/blob/main/examples/random/main.go and tweaked values there to get histograms of the shape I desired. Then setup a Prometheus to _not_ scrape native histograms, but convert classic histograms...
Why do you think github.com/beorn7/perks has reached EOL? Surprise to me…
Thanks. Will have a look ASAP (which will be some time next week…).
Along the lines of what @krajorama said about code structure, see also parts of https://github.com/prometheus/prometheus/issues/12233#issuecomment-2025848266 . #12233 is also a proposal to add a new native metric type (but one...
I have been thinking about "native summaries" for a while, so here I'll try to dump a number of random thoughts lingering in my brain, sorted from more concrete and...
Thanks for your interest, @DevAnuragT . I would say the refactoring of the code we need here is a very challenging task, even for the most experienced Prometheus developers. I...