prometheus/storage/local
Bjoern Rabenstein 73f6dc4d44 Make KeyValueStore.Delete report if the key to delete was found.
Previously, it would return an error instead. Now we can distinguish
the cases 'error while deleting known key' vs. 'key not in index'
without testing for leveldb-internal kinds of errors.
2015-01-29 12:57:50 +01:00
..
codable Clean up license issues. 2015-01-21 20:07:45 +01:00
flock Use named returns in flock.New. 2015-01-19 14:31:16 +01:00
index Make KeyValueStore.Delete report if the key to delete was found. 2015-01-29 12:57:50 +01:00
chunk.go Clean up license issues. 2015-01-21 20:07:45 +01:00
delta.go Clean up license issues. 2015-01-21 20:07:45 +01:00
instrumentation.go Clean up license issues. 2015-01-21 20:07:45 +01:00
interface.go Clean up license issues. 2015-01-21 20:07:45 +01:00
locker.go Fix and improve the fp locker. 2014-11-25 17:07:45 +01:00
locker_test.go Fix a few concurrency issues before starting to use the new fp locker. 2014-11-25 17:07:45 +01:00
persistence.go Make KeyValueStore.Delete report if the key to delete was found. 2015-01-29 12:57:50 +01:00
persistence_test.go Clean up license issues. 2015-01-21 20:07:45 +01:00
preload.go Clean up license issues. 2015-01-21 20:07:45 +01:00
series.go Clean up license issues. 2015-01-21 20:07:45 +01:00
storage.go Remove a deadlock during shutdown. 2015-01-22 14:42:15 +01:00
storage_test.go Clean up license issues. 2015-01-21 20:07:45 +01:00
test_helpers.go Clean up license issues. 2015-01-21 20:07:45 +01:00