prometheus/storage/local
beorn7 1db7589081 Reduce the capacity of countPersistedHeadChunks.
The capacity is basically how many persisted head chunks we will count
at most while doing other things, in particular checkpointing. To
limit the amount of already counted head chunks, keep this number low,
otherwise we will easily checkpoint too often if checkpoints take long
anyway.
2015-02-27 00:53:52 +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 Declare storage.local.index-cache-size.* default values as tweaked. 2015-01-29 13:04:54 +01:00
chunk.go Clean up license issues. 2015-01-21 20:07:45 +01:00
crashrecovery.go Fix the embarrassing bug introduced in commit 0851945. 2015-02-26 18:30:33 +01:00
delta.go Clean up license issues. 2015-01-21 20:07:45 +01:00
instrumentation.go Fix the embarrassing bug introduced in commit 0851945. 2015-02-26 18:30:33 +01:00
interface.go Simplify AppendSamples by allowing it to be goroutine-unsafe. 2015-02-13 12:13:22 +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
locker.go Fix and improve the fp locker. 2014-11-25 17:07:45 +01:00
persistence_test.go Fix the embarrassing bug introduced in commit 0851945. 2015-02-26 18:30:33 +01:00
persistence.go Do not double-count non-persisted head chunks on loading. 2015-02-27 00:06:16 +01:00
preload.go Clean up license issues. 2015-01-21 20:07:45 +01:00
series.go Fix the embarrassing bug introduced in commit 0851945. 2015-02-26 18:30:33 +01:00
storage_test.go Fix the embarrassing bug introduced in commit 0851945. 2015-02-26 18:30:33 +01:00
storage.go Reduce the capacity of countPersistedHeadChunks. 2015-02-27 00:53:52 +01:00
test_helpers.go Improve persisting chunks to disk. 2015-02-17 16:02:09 +01:00