Björn Rabenstein

Results 1096 comments of Björn Rabenstein

Maybe we are back at the assumption that your node exporter is indeed exposing all those series at the same time for a short period, and your Prometheus happens to...

For staleness handling to work across restarts, we needed to reconstruct a lot of state from the scraping… not sure if it is worth the effort. I'll close this issue...

We discussed this at the dev summit today. There weren't many attendees, so take this with a grain of salt, but the general consensus was to drop the deprecated API...

Hello from the bug scrub. Nothing has moved here in the last 3y. We still think it's a valid idea, although we are not certain it will be a net...

Broadly, I believe we need an equivalent of the [`kahanSumInc` function](https://github.com/prometheus/prometheus/blob/134e8dc7af6d810b8fa1216169fe115061a53860/promql/functions.go#L994-L1007) for `FloatHistogram`. Maybe it could be a method for `FloatHistogram` with a signature like `func (h *FloatHistogram) KahanAdd(inc *FloatHistogram,...

I'm closing this PR as the approach we have to take will be quite different and should probably happen in a separate PR, see comments above.

So, #9138 is almost done, but only addresses the backend part. If you actually use a number as a duration or vice versa, the React frontend code puts squiggly lines...

Thank you very much, both of you. Since @Maniktherana was first, I'll assign this to him.