prometheus/rules
Bjoern Rabenstein b1e4956142 Apply a giant code cleanup.
Essentially:

- Remove unused code.

- Make it 'go vet' clean. The only remaining warnings are in generated code.

- Make it 'golint' clean. The only remaining warnings are in gerenated code.

- Smoothed out same minor things.

Change-Id: I3fe5c1fbead27b0e7a9c247fee2f5a45bc2d42c6
2014-12-10 16:16:49 +01:00
..
ast Apply a giant code cleanup. 2014-12-10 16:16:49 +01:00
fixtures Add alertmanager notification support to Prometheus. 2013-07-30 17:23:41 +02:00
manager Apply a giant code cleanup. 2014-12-10 16:16:49 +01:00
Makefile Simplify makefiles. 2014-11-25 17:10:39 +01:00
alerting.go Apply a giant code cleanup. 2014-12-10 16:16:49 +01:00
helpers.go Apply a giant code cleanup. 2014-12-10 16:16:49 +01:00
helpers_test.go Fix targetpool_test.go and other tests. 2014-11-25 17:08:26 +01:00
lexer.l Add regex-matching support for labels. 2014-04-01 14:24:53 +02:00
lexer.l.go Add regex-matching support for labels. 2014-04-01 14:24:53 +02:00
load.go Apply a giant code cleanup. 2014-12-10 16:16:49 +01:00
parser.y Allow alternative "by"-clause position in grammar. 2014-11-25 17:09:04 +01:00
parser.y.go Allow alternative "by"-clause position in grammar. 2014-11-25 17:09:04 +01:00
recording.go Apply a giant code cleanup. 2014-12-10 16:16:49 +01:00
rules.go Major code cleanup. 2014-11-25 17:02:53 +01:00
rules_test.go Fix tests after merge. 2014-11-25 17:13:04 +01:00