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
helpers_test.go Fix tests for append API changes 2016-02-03 10:17:08 +01:00
relabel.go
relabel_test.go
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