prometheus/web
Matt T. Proud a73f061d3c Persist solely Protocol Buffers.
An design question was open for me in the beginning was whether to
serialize other types to disk, but Protocol Buffers quickly won out,
which allows us to drop support for other types.  This is a good
start to cleaning up a lot of cruft in the storage stack and
can let us eventually decouple the various moving parts into
separate subsystems for easier reasoning.

This commit is not strictly required, but it is a start to making
the rest a lot more enjoyable to interact with.
2013-06-08 11:02:35 +02:00
..
api Add debug timers to instant and range queries. 2013-06-05 18:32:54 +02:00
blob Define dependencies for web. stack concretely. 2013-05-06 11:13:12 +02:00
static Support negative graph values. 2013-05-21 16:54:33 +02:00
templates Include link to user dashboard when provided 2013-06-07 11:17:17 +02:00
.gitignore Ignore web/static/generated and build/root/share 2013-04-25 12:33:27 +02:00
databases.go Simplify compaction and expose database sizes. 2013-05-14 12:29:53 +02:00
handler.go Add the console to the main/graph ui. 2013-05-02 12:19:34 +02:00
Makefile Define dependencies for web. stack concretely. 2013-05-06 11:13:12 +02:00
status.go Include uptime in the status console. 2013-05-24 10:44:34 +02:00
web.go Persist solely Protocol Buffers. 2013-06-08 11:02:35 +02:00