prometheus/web
beorn7 be11cb2b07 Remove the sample ingestion channel.
The one central sample ingestion channel has caused a variety of
trouble. This commit removes it. Targets and rule evaluation call an
Append method directly now. To incorporate multiple storage backends
(like OpenTSDB), storage.Tee forks the Append into two different
appenders.

Note that the tsdb queue manager had its own queue anyway. It was a
queue after a queue... Much queue, so overhead...

Targets have their own little buffer (implemented as a channel) to
avoid stalling during an http scrape. But a new scrape will only be
started once the old one is fully ingested.

The contraption of three pipelined ingesters was removed. A Target is
an ingester itself now. Despite more logic in Target, things should be
less confusing now.

Also, remove lint and vet warnings in ast.go.
2015-03-15 14:08:22 +01:00
..
api Query timeout added. 2015-02-03 08:04:27 +01:00
blob Merge web/blob/Makefile into web/Makefile 2015-01-29 19:12:32 -05:00
httputils Clean up license issues. 2015-01-21 20:07:45 +01:00
static Show special float values as gaps. 2015-03-13 21:08:22 +01:00
templates Nicer formatting of target health table on /status. 2015-03-07 23:35:28 +01:00
.gitignore Ignore web/static/generated and build/root/share 2013-04-25 12:33:27 +02:00
alerts.go Clean up license issues. 2015-01-21 20:07:45 +01:00
consoles.go Clean up license issues. 2015-01-21 20:07:45 +01:00
handler.go Clean up license issues. 2015-01-21 20:07:45 +01:00
Makefile Improve comments about embedding. 2015-02-02 12:37:39 +01:00
status.go Nicer formatting of target health table on /status. 2015-03-07 23:35:28 +01:00
web.go Remove the sample ingestion channel. 2015-03-15 14:08:22 +01:00