mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-18 17:21:02 +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>