Frederic Branczyk

Results 513 comments of Frederic Branczyk

My suspicion is that it accounts for the conversion from the tree to the 2d array (which I believe that the library does on the first render of data). We...

@metalmatze I think you meant to link https://github.com/parca-dev/parca/pull/2202

I love this idea! No clue if we can use eBPF for this, but pprof is a generic format, so as long as we can get it into that format...

I don't think rocksdb would have a significant improvement over badger. We're actually experimenting with a new approach in Polar Signals Cloud, and if this works out we'll open-source it...

Agreed that this would be amazing, I've thought about this for a long time there are two problems involved here that are not necessarily trivial to answer: 1) how to...

We try our best never to do this, but it can happen from time to time, and there is not really anything else we can do much when it's necessary....

> Handling all cases in the operator likely becomes complex and error prone. Agreed. This is neat though, thanks for sharing! We already have a `paused` option that makes Prometheus...

Yeah I think we would need pod deletion to be manual, but we can document something like @juliantaylor's comment. We do still need the ability to disable the "automatic" conflict...

I'm not 100% sure about that. Parallel pod management policy is just about the statefulset _potentially_ reconciling multiple pods at once, in that case we just need to limit the...

Thanks for testing! I would have tried something slightly different, although it's potentially the same result, but I think it's worth testing. For the sake of causing an illegal update,...