prometheus/storage/metric
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
..
.gitignore Spin up curator run in the tests. 2013-04-05 13:55:11 +02:00
curator.go Simplify Encoder's encoding signature. 2013-05-16 00:54:18 +03:00
end_to_end_test.go Fix GetMetricForFingerprint() metric mutability. 2013-05-14 16:46:30 +02:00
frontier.go Simplify Encoder's encoding signature. 2013-05-16 00:54:18 +03:00
helpers_test.go Drop unused writeMemoryInterval 2013-05-14 17:03:03 +02:00
instrumentation.go Schedule the background compactors to run. 2013-05-07 17:14:04 +02:00
interface.go Fix GetMetricForFingerprint() metric mutability. 2013-05-14 16:46:30 +02:00
interface_test.go Checkpoint. 2013-03-21 18:06:51 +01:00
leveldb.go Fix GetMetricForFingerprint() metric mutability. 2013-05-14 16:46:30 +02:00
memory.go Fix GetMetricForFingerprint() metric mutability. 2013-05-14 16:46:30 +02:00
operation.go Fix and optimize getValuesAtIntervalOp data extraction. 2013-05-14 13:55:17 +02:00
operation_test.go Fix and optimize getValuesAtIntervalOp data extraction. 2013-05-14 13:55:17 +02:00
processor.go Include long-tail data deletion mechanism. 2013-05-13 10:54:36 +02:00
processor_test.go Include deletion processor for long-tail values. 2013-05-10 12:19:12 +02:00
regressions_test.go Constantize metric name label name. 2013-03-26 16:20:23 +01:00
rule_integration_test.go Convert trailing float64s. 2013-04-21 20:52:21 +02:00
scanjob.go Checkpoint. 2013-03-21 18:06:51 +01:00
stochastic_test.go Simplify Encoder's encoding signature. 2013-05-16 00:54:18 +03:00
tiered.go Simplify Encoder's encoding signature. 2013-05-16 00:54:18 +03:00
tiered_test.go Synchronous memory appends and more fine-grained storage locks. 2013-05-10 17:15:52 +02:00
view.go Make view use memory persistence, remove obsolete code. 2013-04-18 22:26:29 +02:00
view_test.go Make view use memory persistence, remove obsolete code. 2013-04-18 22:26:29 +02:00