prometheus/retrieval
Julius Volz 267fd34156 Switch Prometheus to use github.com/prometheus/log.
This change is conceptually very simple, although the diff is large. It
switches logging from "github.com/golang/glog" to
"github.com/prometheus/log", while not actually changing any log
messages. V(1)-style logging has been changed to be log.Debug*().
2015-05-20 18:19:32 +02:00
..
discovery Switch Prometheus to use github.com/prometheus/log. 2015-05-20 18:19:32 +02:00
helpers_test.go Make target manager source based. 2015-04-24 15:49:35 +02:00
relabel.go Switch config to YAML format. 2015-05-07 16:52:14 +02:00
relabel_test.go Switch config to YAML format. 2015-05-07 16:52:14 +02:00
target.go Switch Prometheus to use github.com/prometheus/log. 2015-05-20 18:19:32 +02:00
target_test.go Increase target test wait times 2015-05-19 12:06:52 +02:00
targetmanager.go Switch Prometheus to use github.com/prometheus/log. 2015-05-20 18:19:32 +02:00
targetmanager_test.go Avoid inter-component blocking if ingestion/scraping blocks. 2015-05-18 17:58:51 +02:00