You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prometheus/storage/local
Björn Rabenstein 38bcba11fe
Merge pull request #2594 from prometheus/beorn7/storage3
8 years ago
..
chunk storage: Guard against appending to evicted chunk 8 years ago
codable storage: Check for negative values from varint decoding 8 years ago
fixtures/b0 Add benchmark for loading chunks and chunk descs. 10 years ago
index Handle errors caused by data corruption more gracefully 9 years ago
storagetool Make version informations consistent between prometheus components 9 years ago
crashrecovery.go storage: Guard against a corner case of data corruption 8 years ago
heads.go storage: Check for negative values from varint decoding 8 years ago
instrumentation.go storage: separate chunk package, publish more names 8 years ago
interface.go storage: enhance Querier interface usage 8 years ago
locker.go Avoid having contended mutexes on same cacheline 8 years ago
locker_test.go Add missing license headers 9 years ago
mapper.go Checkpoint fingerprint mappings only upon shutdown 9 years ago
mapper_test.go Checkpoint fingerprint mappings only upon shutdown 9 years ago
noop_storage.go storage: Make tests go-vet and golint clean 8 years ago
persistence.go storage: Mark storage as dirty if indexing fails 8 years ago
persistence_test.go storage: Evict chunks and calculate persistence pressure based on target heap size 8 years ago
series.go storage: Replace fpIter by sortedFPs 8 years ago
series_test.go Unpublish accidentally published series methods 8 years ago
storage.go storage: Increment s.persistErrors on all persist errors 8 years ago
storage_test.go storage: Evict chunks and calculate persistence pressure based on target heap size 8 years ago
test_helpers.go storage: Evict chunks and calculate persistence pressure based on target heap size 8 years ago