prometheus/utility
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
..
test Include LevelDB fixture generators for curator. 2013-03-27 15:13:40 +01:00
embed-static.sh Update embedding script to support BSD find. 2013-03-21 11:50:13 +01:00
set.go Address outstanding comments from PR/47 and other cleanups. 2013-02-07 11:38:01 +01:00
set_test.go Address outstanding comments from PR/47 and other cleanups. 2013-02-07 11:38:01 +01:00
sort.go Add sort() and sort_desc() expression language functions. 2013-04-10 18:05:45 +02:00
strconv.go Integrate cleanups for comments in PR70. 2013-02-14 19:03:17 +01:00
time.go Swap `time.Now with testable Time.Now`. 2013-01-27 19:59:20 +01:00
uncertaintygroup.go Add curation remark table and refactor error mgmt. 2013-04-28 17:26:34 +02:00
uncertaintygroup_test.go Add curation remark table and refactor error mgmt. 2013-04-28 17:26:34 +02:00