prometheus/retrieval
Julius Volz d36a7f4e6f Fix busylooping in case of no target providers.
merge() closes the channel that handleUpdates() reads from when there
are zero configured target providers in the configuration. In that case,
the for-select loop in handleUpdates() entered a busy loop. It should
exit when the upstream channel is closed.
2015-08-24 16:42:28 +02:00
..
discovery Fix grouping of import blocks 2015-08-22 09:42:45 +02:00
testdata Configuration options for bearer tokens, client certs & CA certs 2015-08-04 17:18:46 +01:00
helpers_test.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
relabel.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
relabel_test.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
target.go sanitize scrape health recording code 2015-08-21 23:01:08 +02:00
target_test.go Reenable blocked appending tests 2015-08-22 09:47:57 +02:00
targetmanager.go Fix busylooping in case of no target providers. 2015-08-24 16:42:28 +02:00
targetmanager_test.go Fix busylooping in case of no target providers. 2015-08-24 16:42:28 +02:00