prometheus/rules
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 Squash a number of TODOs. 2014-11-25 17:09:04 +01:00
fixtures Add alertmanager notification support to Prometheus. 2013-07-30 17:23:41 +02:00
manager Clean up start-up and shut-down. 2014-11-25 17:08:45 +01:00
Makefile Swap rules lexer for much faster one. 2013-07-11 19:35:29 +02:00
alerting.go Major code cleanup. 2014-11-25 17:02:53 +01:00
helpers.go Let consoles get graph links from experssions. 2014-11-25 17:01:59 +01:00
helpers_test.go Fix targetpool_test.go and other tests. 2014-11-25 17:08:26 +01:00
lexer.l Add regex-matching support for labels. 2014-04-01 14:24:53 +02:00
lexer.l.go Add regex-matching support for labels. 2014-04-01 14:24:53 +02:00
load.go Use github.com/golang/glog for all logging. 2013-08-12 17:54:36 +02:00
parser.y Add regex-matching support for labels. 2014-04-01 14:24:53 +02:00
parser.y.go Add regex-matching support for labels. 2014-04-01 14:24:53 +02:00
recording.go Major code cleanup. 2014-11-25 17:02:53 +01:00
rules.go Major code cleanup. 2014-11-25 17:02:53 +01:00
rules_test.go Fix and improve the fp locker. 2014-11-25 17:07:45 +01:00