prometheus/storage/metric
Matt T. Proud ce45787dbf Storage interface to TieredStorage.
This commit drops the Storage interface and just replaces it with a
publicized TieredStorage type.  Storage had been anticipated to be
used as a wrapper for testability but just was not used due to
practicality.  Merely overengineered.  My bad.  Anyway, we will
eventually instantiate the TieredStorage dependencies in main.go and
pass them in for more intelligent lifecycle management.

These changes will pave the way for managing the curators without
Law of Demeter violations.
2013-05-03 15:54:14 +02:00
..
.gitignore Spin up curator run in the tests. 2013-04-05 13:55:11 +02:00
curator.go Publicize a few storage components for curation. 2013-05-02 13:16:04 +02:00
end_to_end_test.go Make view use memory persistence, remove obsolete code. 2013-04-18 22:26:29 +02:00
frontier.go Implement batch database sample curator. 2013-04-27 17:38:18 +02:00
instrumentation.go Refresh Prometheus client API usage. 2013-04-28 19:40:30 +02:00
interface.go Integrate memory and disk layers in view rendering. 2013-04-19 16:01:27 +02:00
interface_test.go Checkpoint. 2013-03-21 18:06:51 +01:00
leveldb.go Fix goroutine leak in leveldb.AppendSamples 2013-05-03 12:13:05 +02:00
memory.go Integrate memory and disk layers in view rendering. 2013-04-19 16:01:27 +02:00
operation.go Integrate memory and disk layers in view rendering. 2013-04-19 16:01:27 +02:00
operation_test.go Integrate memory and disk layers in view rendering. 2013-04-19 16:01:27 +02:00
processor.go Publicize Curator and Processors. 2013-05-02 12:37:24 +02:00
processor_test.go Publicize a few storage components for curation. 2013-05-02 13:16:04 +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 Publicize a few storage components for curation. 2013-05-02 13:16:04 +02:00
test_helper.go Storage interface to TieredStorage. 2013-05-03 15:54:14 +02:00
tiered.go Storage interface to TieredStorage. 2013-05-03 15:54:14 +02:00
tiered_test.go Storage interface to TieredStorage. 2013-05-03 15:54:14 +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