prometheus/retrieval
Fabian Reinartz 4c864c8a88 retrieval: don't sync to uninitialized scrape pool
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
2016-06-14 14:18:40 +02:00
..
discovery discovery/marathon: #1722 - ignore apps with zero ports 2016-06-14 04:44:00 +05:30
testdata
helpers_test.go
relabel.go
relabel_test.go
scrape.go Add missing logging of out-of-order samples 2016-05-19 16:22:53 +02:00
scrape_test.go Fix format argument in retrieval test. 2016-05-01 23:37:45 +02:00
target.go Add sortable target list 2016-03-02 09:10:20 +01:00
target_test.go
targetmanager.go retrieval: don't sync to uninitialized scrape pool 2016-06-14 14:18:40 +02:00
targetmanager_test.go