prometheus/web
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
..
api Fix and improve parsing error output. 2015-04-30 12:19:39 +02:00
blob Merge web/blob/Makefile into web/Makefile 2015-01-29 19:12:32 -05:00
httputils Switch Prometheus to promql package. 2015-04-28 16:19:23 +02:00
static Make all paths absolute to support proxies 2015-04-02 20:36:47 +02:00
templates Avoid inter-component blocking if ingestion/scraping blocks. 2015-05-18 17:58:51 +02:00
.gitignore Ignore web/static/generated and build/root/share 2013-04-25 12:33:27 +02:00
Makefile Improve comments about embedding. 2015-02-02 12:37:39 +01:00
alerts.go Rename RuleManager to Manager, remove interface. 2015-04-29 16:42:10 +02:00
consoles.go Switch Prometheus to promql package. 2015-04-28 16:19:23 +02:00
handler.go Make all paths absolute to support proxies 2015-04-02 20:36:47 +02:00
status.go Avoid inter-component blocking if ingestion/scraping blocks. 2015-05-18 17:58:51 +02:00
web.go Avoid inter-component blocking if ingestion/scraping blocks. 2015-05-18 17:58:51 +02:00