prometheus/storage/local
Bjoern Rabenstein f1de5b0c4e Run checkpointing of in-memory metrics and head chunks periodically.
Checkpointing interval is now a command line flag.

Along the way, several things were refactored.
- Restructure the way the storage is started and stopped..
- Number of series in checkpoint is now a uint64, not a varint.
  (Breaks old checkpoints, needs wipe!)
- More consistent naming and order of methods.

Change-Id: I883d9170c9a608ee716bb0ab3d0ded8ca03760d9
2014-11-25 17:09:04 +01:00
..
codable Run checkpointing of in-memory metrics and head chunks periodically. 2014-11-25 17:09:04 +01:00
index Add an indexing queue and batch the ops. 2014-11-25 17:07:44 +01:00
chunk.go Improve storage instrumentation even more. 2014-11-25 17:09:04 +01:00
delta.go Squash a number of TODOs. 2014-11-25 17:09:04 +01:00
instrumentation.go Improve storage instrumentation even more. 2014-11-25 17:09:04 +01:00
interface.go Run checkpointing of in-memory metrics and head chunks periodically. 2014-11-25 17:09:04 +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 Run checkpointing of in-memory metrics and head chunks periodically. 2014-11-25 17:09:04 +01:00
persistence_test.go Squash a number of TODOs. 2014-11-25 17:09:04 +01:00
preload.go Improve instrumentation in storage. 2014-11-25 17:09:04 +01:00
series.go Improve storage instrumentation even more. 2014-11-25 17:09:04 +01:00
storage.go Run checkpointing of in-memory metrics and head chunks periodically. 2014-11-25 17:09:04 +01:00
storage_test.go Support finer time resolutions than 1 second. 2014-11-25 17:09:04 +01:00
test_helpers.go Run checkpointing of in-memory metrics and head chunks periodically. 2014-11-25 17:09:04 +01:00