mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-24 12:11:02 +01: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>