prometheus/rules
Matt T. Proud efe61c18fa Refactor target scheduling to separate facility.
``Target`` will be refactored down the road to support various
nuanced endpoint types.  Thusly incorporating the scheduling
behavior within it will be problematic.  To that end, the scheduling
behavior has been moved into a separate assistance type to improve
conciseness and testability.

``make format`` was also run.
2013-01-13 10:43:37 +01:00
..
ast Refactor target scheduling to separate facility. 2013-01-13 10:43:37 +01:00
Makefile Add initial config and rule language implementation. 2013-01-07 23:43:36 +01:00
helpers.go Fix matrix interval time calculation. 2013-01-11 01:12:34 +01:00
lexer.l Add initial config and rule language implementation. 2013-01-07 23:43:36 +01:00
lexer.l.go Add initial config and rule language implementation. 2013-01-07 23:43:36 +01:00
load.go Refactor target scheduling to separate facility. 2013-01-13 10:43:37 +01:00
manager.go Allow grammar to parse both rules and single expressions. 2013-01-11 01:17:37 +01:00
parser.y Allow grammar to parse both rules and single expressions. 2013-01-11 01:17:37 +01:00
parser.y.go Allow grammar to parse both rules and single expressions. 2013-01-11 01:17:37 +01:00
rules.go Add initial config and rule language implementation. 2013-01-07 23:43:36 +01:00
rules_test.go Refactor target scheduling to separate facility. 2013-01-13 10:43:37 +01:00
testdata.go Add initial config and rule language implementation. 2013-01-07 23:43:36 +01:00