prometheus/storage/local
Bjoern Rabenstein 096fa0f8b2 Squash a number of TODOs.
- Staleness delta is no a proper function parameter and not replicated
  from package ast.

- Named type 'chunks' replaced by explicit '[]chunk' to avoid confusion.

- For the same reason, replaced 'chunkDescs' by '[]*chunkDescs'.

- Verified that math.Modf is not a speed enhancement over conversion
  (actually 5x slower).

- Renamed firstTimeField, lastTimeField into chunkFirstTime and
  chunkLastTime.

- Verified unpin() is sufficiently goroutine-safe.

- Decided not to update archivedFingerprintToTimeRange upon series
  truncation and added a rationale why.

Change-Id: I863b8d785e5ad9f71eb63e229845eacf1bed8534
2014-11-25 17:09:04 +01:00
..
codable Add an indexing queue and batch the ops. 2014-11-25 17:07:44 +01:00
index Add an indexing queue and batch the ops. 2014-11-25 17:07:44 +01:00
chunk.go Squash a number of TODOs. 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 Remove unused metrics. 2014-11-25 17:09:03 +01:00
interface.go Squash a number of TODOs. 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 Squash a number of TODOs. 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 Squash a number of TODOs. 2014-11-25 17:09:04 +01:00
series.go Squash a number of TODOs. 2014-11-25 17:09:04 +01:00
storage.go Squash a number of TODOs. 2014-11-25 17:09:04 +01:00
storage_test.go Bold changes to concurrency. 2014-11-25 17:07:45 +01:00
test_helpers.go Clean up start-up and shut-down. 2014-11-25 17:08:45 +01:00