prometheus/storage/raw/leveldb
Matt T. Proud 4e0c932a4f Simplify Encoder's encoding signature.
The reality is that if we ever try to encode a Protocol Buffer and it
fails, it's likely that such an error is ultimately not a runtime error
and should be fixed forthwith.  Thusly, we should rename
``Encoder.Encode`` to ``Encoder.MustEncode`` and drop the error return
value.
2013-05-16 00:54:18 +03:00
..
test Validate diskFrontier domain for series candidate. 2013-04-09 11:47:16 +02:00
batch.go Simplify Encoder's encoding signature. 2013-05-16 00:54:18 +03: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 Simplify Encoder's encoding signature. 2013-05-16 00:54:18 +03:00
state.go Simplify compaction and expose database sizes. 2013-05-14 12:29:53 +02:00