prometheus/retrieval
beorn7 767c0709b1 Retrieval: Avoid copying Target
retreival.Target contains a mutex. It was copied in the Targets()
call. This potentially can wreak a lot of havoc.

It might even have caused the issues reported as #2266 and #2262 .
2017-01-06 18:43:41 +01: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
scrape.go Remove label from prometheus_target_skipped_scrapes_total (#2289) 2016-12-16 18:00:52 +00:00
scrape_test.go discovery: move TargetSet into discovery package 2016-11-23 09:14:44 +01:00
target.go Only clone the metric in the one place relabelling needs it. (#2292) 2016-12-21 10:00:33 +00:00
target_test.go config: extract SD and HTTPClient configurations 2016-11-23 18:23:37 +01:00
targetmanager.go Retrieval: Avoid copying Target 2017-01-06 18:43:41 +01:00
targetmanager_test.go discovery: move TargetSet into discovery package 2016-11-23 09:14:44 +01:00