prometheus/storage/raw
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
..
index Simplify compaction and expose database sizes. 2013-05-14 12:29:53 +02:00
leveldb Simplify Encoder's encoding signature. 2013-05-16 00:54:18 +03:00
interface.go Validate diskFrontier domain for series candidate. 2013-04-09 11:47:16 +02:00