prometheus/config
Julius Volz f1fc7d717a Allow replacing job targets via HTTP API.
This roughly comprises the following changes:

- index target pools by job instead of scrape interval
- make targets within a pool exchangable while preserving existing
  health state for targets
- allow exchanging targets via HTTP API (PUT)
- show target lists in /status (experimental, for own debug use)
2013-02-28 21:33:29 +01:00
..
fixtures Add missing config test fixtures. 2013-02-17 01:01:50 +01:00
Makefile Add copyright notices to all remaining files. 2013-02-07 11:49:04 +01:00
config.go Allow replacing job targets via HTTP API. 2013-02-28 21:33:29 +01:00
config_test.go Add missing config test fixtures. 2013-02-17 01:01:50 +01:00
helpers.go Move durationToString to common place and cleanup error handling. 2013-02-14 19:02:23 +01:00
lexer.l Add copyright notices to all remaining files. 2013-02-07 11:49:04 +01:00
lexer.l.go Remove/replace last references to github.com/matttproud/... 2013-02-07 14:32:18 +01:00
load.go Config tests and config cleanups+fixes. 2013-02-14 19:03:17 +01:00
load_test.go Update import paths to new location. 2013-01-27 18:49:45 +01:00
parser.y Remove/replace last references to github.com/matttproud/... 2013-02-07 14:32:18 +01:00
parser.y.go Remove/replace last references to github.com/matttproud/... 2013-02-07 14:32:18 +01:00
printer.go Config tests and config cleanups+fixes. 2013-02-14 19:03:17 +01:00