prometheus/rules
Julius Volz 63625bd244 Make view use memory persistence, remove obsolete code.
This makes the memory persistence the backing store for views and
adjusts the MetricPersistence interface accordingly. It also removes
unused Get* method implementations from the LevelDB persistence so they
don't need to be adapted to the new interface. In the future, we should
rethink these interfaces.

All staleness and interpolation handling is now removed from the storage
layer and will be handled only by the query layer in the future.
2013-04-18 22:26:29 +02:00
..
ast Make view use memory persistence, remove obsolete code. 2013-04-18 22:26:29 +02:00
Makefile Remove/replace last references to github.com/matttproud/... 2013-02-07 14:32:18 +01:00
helpers.go Move durationToString to common place and cleanup error handling. 2013-02-14 19:02:23 +01:00
lexer.l Allow lower-case BY operator. 2013-04-15 11:56:23 +02:00
lexer.l.go Allow lower-case BY operator. 2013-04-15 11:56:23 +02:00
load.go Make expression parser goroutine-safe. 2013-04-10 19:17:28 +02:00
manager.go Fix rule evaluation closure. 2013-04-17 15:11:21 +02:00
parser.y Constantize metric name label name. 2013-03-26 16:20:23 +01:00
parser.y.go Constantize metric name label name. 2013-03-26 16:20:23 +01:00
rules.go Propagate more errors during rule evaluation. 2013-04-09 13:47:20 +02:00
rules_test.go Run "make format". 2013-04-16 17:23:59 +02:00
testdata.go Constantize job name label. 2013-04-15 11:47:54 +02:00