mirror of
https://github.com/prometheus/prometheus.git
synced 2025-09-28 09:11:13 +02:00
Manager.reload takes the mutex that would make it safe, however releases it before the goroutines spawned are finished with it. Thus more explicit locking of scrapePool.Sync/stop/reload is needed. Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>