prometheus/rules/ast
Julius Volz d2da21121c Implement getValueRangeAtIntervalOp for faster range queries.
This also short-circuits optimize() for now, since it is complex to implement
for the new operator, and ops generated by the query layer already fulfill the
needed invariants. We should still investigate later whether to completely
delete operator optimization code or extend it to support
getValueRangeAtIntervalOp operators.
2013-06-26 18:10:36 +02:00
..
ast.go WIP - Snapshot of Moving to Client Model. 2013-06-25 15:52:42 +02:00
functions.go WIP - Snapshot of Moving to Client Model. 2013-06-25 15:52:42 +02:00
functions_test.go WIP - Snapshot of Moving to Client Model. 2013-06-25 15:52:42 +02:00
persistence_adapter.go WIP - Snapshot of Moving to Client Model. 2013-06-25 15:52:42 +02:00
printer.go WIP - Snapshot of Moving to Client Model. 2013-06-25 15:52:42 +02:00
query_analyzer.go Implement getValueRangeAtIntervalOp for faster range queries. 2013-06-26 18:10:36 +02:00
walk.go Use AST query analyzer and views with tiered storage. 2013-03-21 18:16:52 +01:00