prometheus/storage/raw
Julius Volz 718ad2224b Fix LevelDB closing order.
The storage itself should be closed before any of the objects passed into it
are closed (otherwise closing the storage can randomly freeze). Defers are
executed in reverse order, so closing the storage should be the last of the
defer statements.

Change-Id: Id920318b876f5b94767ed48c81221b3456770620
2014-01-28 15:16:06 +01:00
..
index Use github.com/golang/glog for all logging. 2013-08-12 17:54:36 +02:00
leveldb Fix LevelDB closing order. 2014-01-28 15:16:06 +01:00
interface.go Update low-level i'faces to reflect wireformats. 2013-09-04 17:13:58 +02:00
state.go Code Review: First pass. 2013-08-05 17:31:49 +02:00