mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-28 14:11:02 +01:00
Since everything was serialized on a single mutex, it's exactly the same if we process targets in sequence without starting goroutines. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>