prometheus/rules
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 Storage interface to TieredStorage. 2013-05-03 15:54:14 +02:00
fixtures Implement initial no-op alert parsing and rule parsing tests. 2013-04-23 13:48:24 +02:00
alerting.go Cleanup and idiomaticize rule/expression dot graph output. 2013-04-29 12:57:34 +02:00
helpers.go Implement initial no-op alert parsing and rule parsing tests. 2013-04-23 13:48:24 +02:00
lexer.l Implement initial no-op alert parsing and rule parsing tests. 2013-04-23 13:48:24 +02:00
lexer.l.go Implement initial no-op alert parsing and rule parsing tests. 2013-04-23 13:48:24 +02:00
load.go Implement initial no-op alert parsing and rule parsing tests. 2013-04-23 13:48:24 +02:00
Makefile Remove/replace last references to github.com/matttproud/... 2013-02-07 14:32:18 +01:00
manager.go Convert the Prometheus configuration to protocol buffers. 2013-04-30 22:26:00 +02:00
parser.y Implement initial no-op alert parsing and rule parsing tests. 2013-04-23 13:48:24 +02:00
parser.y.go Implement initial no-op alert parsing and rule parsing tests. 2013-04-23 13:48:24 +02:00
recording.go Cleanup and idiomaticize rule/expression dot graph output. 2013-04-29 12:57:34 +02:00
rules.go Cleanup and idiomaticize rule/expression dot graph output. 2013-04-29 12:57:34 +02:00
rules_test.go Storage interface to TieredStorage. 2013-05-03 15:54:14 +02:00
testdata.go Storage interface to TieredStorage. 2013-05-03 15:54:14 +02:00