prometheus/web
Julius Volz 21cafe6cd7 Only evict memory series after they are on disk.
This fixes the problem where samples become temporarily unavailable for
queries while they are being flushed to disk. Although the entire
flushing code could use some major refactoring, I'm explicitly trying to
do the minimal change to fix the problem since there's a whole new
storage implementation in the pipeline.

Change-Id: I0f5393a30b88654c73567456aeaea62f8b3756d9
2014-11-25 17:01:59 +01:00
..
api Only evict memory series after they are on disk. 2014-11-25 17:01:59 +01:00
blob Add needed trailing spaces in logs. 2013-08-12 18:22:48 +02:00
http_utils Remove usage of gorest. 2013-10-23 14:19:14 +02:00
static Switch to new "__name__" metric name label. 2014-03-14 16:52:37 +01:00
templates Remove the broken "User Dashboard" link. 2014-11-25 17:01:59 +01:00
.gitignore Ignore web/static/generated and build/root/share 2013-04-25 12:33:27 +02:00
Makefile Implement alerts dashboard and expression console links. 2013-06-13 22:35:40 +02:00
alerts.go Add console and alert templates with access to all data. 2014-05-30 16:24:56 +01:00
consoles.go Use html/template for console templates and add template libary support. 2014-11-25 17:01:59 +01:00
databases.go Code Review: First pass. 2013-08-05 17:31:49 +02:00
handler.go Add the console to the main/graph ui. 2013-05-02 12:19:34 +02:00
status.go Add console and alert templates with access to all data. 2014-05-30 16:24:56 +01:00
web.go Migrate to new client_golang. 2014-11-25 17:01:59 +01:00