prometheus/storage/local
Brian Brazil 0ec71442cd Storage: Tell users how to avoid crash recovery.
If users see the crash recovery error, the chances are
they aren't shutting down Prometheus correctly. Telling
them how to do so will help them debug and fix the problem.
2015-08-16 10:42:31 +01:00
..
codable
fixtures/b0
index Fix chunk desc loading. 2015-07-16 13:09:20 +02:00
chunk.go Fix chunk desc loading. 2015-07-16 13:09:20 +02:00
crashrecovery.go Storage: Tell users how to avoid crash recovery. 2015-08-16 10:42:31 +01:00
delta.go storage: ensure timestamp monotonicity within series. 2015-07-15 18:56:53 +02:00
delta_helpers.go
doubledelta.go storage: ensure timestamp monotonicity within series. 2015-07-15 18:56:53 +02:00
instrumentation.go Test chunkDesc eviction and loading 2015-07-16 13:09:13 +02:00
interface.go Minor doc fixes. 2015-06-23 17:07:18 +02:00
locker.go
locker_test.go
mapper.go
mapper_test.go
persistence.go Fix chunk desc loading. 2015-07-16 13:09:20 +02:00
persistence_test.go Fix chunk desc loading. 2015-07-16 13:09:20 +02:00
preload.go
series.go Fix chunk desc loading. 2015-07-16 13:09:20 +02:00
storage.go Don't warn/increment metric upon equal timestamps during append. 2015-08-09 23:49:49 +02:00
storage_test.go Only do regex lookups when there was no equality match. 2015-07-23 23:13:30 +02:00
test_helpers.go