mirror of
https://github.com/prometheus/prometheus.git
synced 2025-09-19 04:41:02 +02: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>