mirror of
https://github.com/prometheus/prometheus.git
synced 2025-10-13 16:41:10 +02:00
This change does just signal a scrape target update to the scraping loop once an initial target set is fetched. Before, the scrape pool was directly synced, causing a race against an uninitialized scrape pool. Fixes #1703