mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-10 05:11:01 +01:00
Remote-write creates several shards to parallelise sending, each with its own http connection. We do not want them all combined onto one socket by http2. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>