• F
    retrieval: don't sync to uninitialized scrape pool · 4c864c8a
    Fabian Reinartz 提交于
    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
    4c864c8a
targetmanager.go 13.6 KB