mirror of
https://github.com/prometheus/prometheus.git
synced 2025-12-08 11:01:38 +01:00
Clear caches by restarting scraping loops: each loop assumes it has exclusive ownership of its cache, so we can't come in from another goroutine and change it. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>