prometheus/rules/ast
Matt T. Proud ce45787dbf Storage interface to TieredStorage.
This commit drops the Storage interface and just replaces it with a
publicized TieredStorage type.  Storage had been anticipated to be
used as a wrapper for testability but just was not used due to
practicality.  Merely overengineered.  My bad.  Anyway, we will
eventually instantiate the TieredStorage dependencies in main.go and
pass them in for more intelligent lifecycle management.

These changes will pave the way for managing the curators without
Law of Demeter violations.
2013-05-03 15:54:14 +02:00
..
ast.go Integrate memory and disk layers in view rendering. 2013-04-19 16:01:27 +02:00
functions.go Run "make format". 2013-04-16 17:23:59 +02:00
persistence_adapter.go Storage interface to TieredStorage. 2013-05-03 15:54:14 +02:00
printer.go Cleanup and idiomaticize rule/expression dot graph output. 2013-04-29 12:57:34 +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