prometheus/storage/raw/leveldb
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
..
test Persist solely Protocol Buffers. 2013-06-08 11:02:35 +02:00
batch.go Persist solely Protocol Buffers. 2013-06-08 11:02:35 +02:00
interface_test.go Address outstanding comments from PR/47 and other cleanups. 2013-02-07 11:38:01 +01:00
iterator.go Validate diskFrontier domain for series candidate. 2013-04-09 11:47:16 +02:00
leveldb.go Persist solely Protocol Buffers. 2013-06-08 11:02:35 +02:00
state.go Simplify compaction and expose database sizes. 2013-05-14 12:29:53 +02:00