prometheus/retrieval
Fabian Reinartz 385919a65a Avoid inter-component blocking if ingestion/scraping blocks.
Appending to the storage can block for a long time. Timing out
scrapes can also cause longer blocks. This commit avoids that those
blocks affect other compnents than the target itself.
Also the Target interface was removed.
2015-05-18 17:58:51 +02:00
..
discovery Provide full SD configs to discovery constructors. 2015-05-15 14:54:29 +02:00
helpers_test.go Make target manager source based. 2015-04-24 15:49:35 +02:00
relabel.go Switch config to YAML format. 2015-05-07 16:52:14 +02:00
relabel_test.go Switch config to YAML format. 2015-05-07 16:52:14 +02:00
target.go Avoid inter-component blocking if ingestion/scraping blocks. 2015-05-18 17:58:51 +02:00
target_test.go Avoid inter-component blocking if ingestion/scraping blocks. 2015-05-18 17:58:51 +02:00
targetmanager.go Avoid inter-component blocking if ingestion/scraping blocks. 2015-05-18 17:58:51 +02:00
targetmanager_test.go Avoid inter-component blocking if ingestion/scraping blocks. 2015-05-18 17:58:51 +02:00