prometheus/retrieval
beorn7 33a50e69f7 Fix a deadlock
Double acquisition of the RLock usually doesn't blow up, but if the
write lock is called for between the two RLock's, we are deadlocked.

This deadlock does not exist in release-0.17, BTW.
2016-02-29 16:34:29 +01:00
..
discovery Fix various typos in comments. 2016-02-10 03:47:00 +01:00
testdata Configuration options for bearer tokens, client certs & CA certs 2015-08-04 17:18:46 +01: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 Change config regexes to full-string matches. 2015-09-01 15:46:41 +02:00
target.go Fix a deadlock 2016-02-29 16:34:29 +01:00
target_test.go Refactor target scrape reporting. 2016-02-15 18:06:15 +01:00
targetmanager.go Remove fullLabels method and fix target updating 2016-02-22 13:06:30 +01:00
targetmanager_test.go Fix a targetmanager test 2016-02-22 16:43:48 +01:00