prometheus/retrieval
Fabian Reinartz d0eeae9d0e 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:04:22 +02:00
..
discovery Merge pull request #1731 from prometheus/release-0.19 2016-06-14 09:21:52 +02:00
testdata Add ServerName into TLS Config 2016-05-26 14:24:49 -07:00
helpers_test.go Fix tests for append API changes 2016-02-03 10:17:08 +01:00
relabel.go Add missing license headers 2015-08-24 19:19:21 +02:00
relabel_test.go Relabel: Document whole label set is dropped 2016-06-07 17:13:30 +01:00
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 ServerName into TLS Config 2016-05-26 14:24:49 -07:00
target_test.go Unexport testing constant 2016-05-26 14:42:17 -07:00
targetmanager.go retrieval: don't sync to uninitialized scrape pool 2016-06-14 14:04:22 +02:00
targetmanager_test.go Remove old tests 2016-03-01 13:48:36 +01:00