prometheus/storage/metric
Matt T. Proud 561974308d Add curation remark table and refactor error mgmt.
The curator requires the existence of a curator remark table, which
stores the progress for a given curation policy.  The tests for the
curator create an ad hoc table, but core Prometheus presently lacks
said table, which this commit adds.

Secondarily, the error handling for the LevelDB lifecycle functions
in the metric persistence have been wrapped into an UncertaintyGroup,
which mirrors some of the functions of sync.WaitGroup but adds error
capturing capability to the mix.
2013-04-28 17:26:34 +02:00
..
.gitignore Spin up curator run in the tests. 2013-04-05 13:55:11 +02:00
curator.go Implement batch database sample curator. 2013-04-27 17:38:18 +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 Implement batch database sample curator. 2013-04-27 17:38:18 +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 Add curation remark table and refactor error mgmt. 2013-04-28 17:26:34 +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 Implement batch database sample curator. 2013-04-27 17:38:18 +02:00
processor_test.go Implement batch database sample curator. 2013-04-27 17:38:18 +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 Extract dto.SampleValueSeries into model.Values. 2013-04-22 13:31:11 +02:00
test_helper.go Track alerts over time and write out alert timeseries. 2013-04-26 14:35:21 +02:00
tiered.go Close of reportTicker to exit goroutine. 2013-04-25 13:29:22 +02:00
tiered_test.go Track alerts over time and write out alert timeseries. 2013-04-26 14:35:21 +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