prometheus/rules/ast
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.go Propagate more errors during rule evaluation. 2013-04-09 13:47:20 +02:00
functions.go Run "make format". 2013-04-16 17:23:59 +02:00
persistence_adapter.go Make view use memory persistence, remove obsolete code. 2013-04-18 22:26:29 +02:00
printer.go Add sort() and sort_desc() expression language functions. 2013-04-10 18:05:45 +02:00
query_analyzer.go Eliminate need to get fingerprints during query execution time. 2013-03-27 14:42:03 +01:00
walk.go Use AST query analyzer and views with tiered storage. 2013-03-21 18:16:52 +01:00