prometheus/retrieval
Brian Brazil e1d5eb52f2 retrieval: Don't include unmatched source of regex in replacement.
ReplaceAllString only replaces the matching part of the regex,
the unmatched bits around it are left in place. This is not the
expected or desired behaviour as the replacement string should
be everything.

This may break users dependant on this behaviour, but
what they're doing is still possible.
2015-08-17 00:31:56 +01:00
..
discovery Scrape all services on empty services list. 2015-08-14 17:39:41 +02:00
testdata Configuration options for bearer tokens, client certs & CA certs 2015-08-04 17:18:46 +01:00
helpers_test.go Improve target discovery pipeline 2015-08-14 13:30:27 +02:00
relabel.go retrieval: Don't include unmatched source of regex in replacement. 2015-08-17 00:31:56 +01:00
relabel_test.go retrieval: Don't include unmatched source of regex in replacement. 2015-08-17 00:31:56 +01:00
target.go Initial Kubernetes discovery 2015-08-13 10:38:52 +01:00
target_test.go Initial Kubernetes discovery 2015-08-13 10:38:52 +01:00
targetmanager.go Improve target discovery pipeline 2015-08-14 13:30:27 +02:00
targetmanager_test.go Improve target discovery pipeline 2015-08-14 13:30:27 +02:00