mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
561974308d
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. |
||
---|---|---|
.. | ||
test | ||
embed-static.sh | ||
set.go | ||
set_test.go | ||
sort.go | ||
strconv.go | ||
time.go | ||
uncertaintygroup.go | ||
uncertaintygroup_test.go |