prometheus/web
Matt Proud 7f0d816574 Schedule the background compactors to run.
This commit introduces three background compactors, which compact
sparse samples together.

1. Older than five minutes is grouped together into chunks of 50 every 30
   minutes.

2. Older than 60 minutes is grouped together into chunks of 250 every 50
   minutes.

3. Older than one day is grouped together into chunks of 5000 every 70
   minutes.
2013-05-07 17:14:04 +02:00
..
api Make AST query storage non-global. 2013-05-07 13:15:10 +02:00
blob Define dependencies for web. stack concretely. 2013-05-06 11:13:12 +02:00
static Merge pull request #212 from prometheus/ui/smaller-navigation-links 2013-05-03 07:00:09 -07:00
templates Schedule the background compactors to run. 2013-05-07 17:14:04 +02:00
.gitignore Ignore web/static/generated and build/root/share 2013-04-25 12:33:27 +02:00
Makefile Define dependencies for web. stack concretely. 2013-05-06 11:13:12 +02:00
handler.go Add the console to the main/graph ui. 2013-05-02 12:19:34 +02:00
status.go Fix build errors and add default build step to "make". 2013-05-07 15:54:41 +02:00
web.go Define dependencies for web. stack concretely. 2013-05-06 11:13:12 +02:00