prometheus/rules/ast
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
..
ast.go Major code cleanup. 2014-11-25 17:02:53 +01:00
functions.go Minor cleanups. 2014-11-25 17:07:44 +01:00
functions_test.go Initial experimental snapshot of next-gen storage. 2014-11-25 17:02:00 +01:00
printer.go Major code cleanup. 2014-11-25 17:02:53 +01:00
query_analyzer.go Squash a number of TODOs. 2014-11-25 17:09:04 +01:00
view_adapter.go Initial experimental snapshot of next-gen storage. 2014-11-25 17:02:00 +01:00
walk.go Make rules/ast golint clean. 2014-02-14 15:01:39 +01:00