prometheus/storage/local
Bjoern Rabenstein 89f10e8eb2 Move to using the standard library interfaces for encoding/decoding.
BinaryMarshaler instead of encodable.
BinaryUnmarshaler instead of decodable.

Left 'codable' in place for lack of a better word.

Change-Id: I8a104be7d6db916e8dbc47ff95e6ff73b845ac22
2014-11-25 17:02:01 +01:00
..
index Move to using the standard library interfaces for encoding/decoding. 2014-11-25 17:02:01 +01:00
chunk.go Remove use of freelists for chunk bufs. 2014-11-25 17:02:00 +01:00
delta.go Remove use of freelists for chunk bufs. 2014-11-25 17:02:00 +01:00
instrumentation.go Initial experimental snapshot of next-gen storage. 2014-11-25 17:02:00 +01:00
interface.go Move to using the standard library interfaces for encoding/decoding. 2014-11-25 17:02:01 +01:00
persistence.go Move to using the standard library interfaces for encoding/decoding. 2014-11-25 17:02:01 +01:00
persistence_test.go Beginnings of a tiered index implementation. 2014-11-25 17:02:00 +01:00
preload.go Initial experimental snapshot of next-gen storage. 2014-11-25 17:02:00 +01:00
series.go Remove use of freelists for chunk bufs. 2014-11-25 17:02:00 +01:00
storage.go Added a few missing implementations in index.go. 2014-11-25 17:02:01 +01:00
storage_test.go Remove float diff tolerance altogether. 2014-11-25 17:02:00 +01:00
test_helpers.go Add chunk persistence tests, fix storage tests. 2014-11-25 17:02:00 +01:00