Bryan Boreham
Bryan Boreham
> the benchmark without this patch is not interesting I think it's interesting to know what the delta is. About 0.8ms for 10K targets. On a large Kubernetes cluster, with...
This work was completed in https://github.com/prometheus/prometheus/pull/14450
I don't think I am understanding your point. What would you lower `max_samples_per_send` to, given my example?
> lower the send deadline to ~1s OK, that case still shows the issue I am talking about, because two times 1 second is way less than the 10s interval...
Hi @CodexRaunak and thanks for your interest. Prometheus is written in Go and TypeScript, no Java. A great first step would be to get Prometheus running, and have it monitor...
How is `tsdb.libsonnet` connected to the rest of this thing? It doesn't seem to be imported anywhere.
Can you be a little more specific about "a lot of environment variables"? After this PR the only comment is pointing to a justification for something rather different; can you...
What happens when the TCP send buffer fills up?
Does having a lot of pods shut down at the same time not cause other problems, like difficulty updating routing for the Service? How many are we talking, in what...
Do you have `minReadySeconds` set on the manifest?