prometheus/retrieval/discovery
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
..
fixtures Add initial file based service discovery. 2015-05-15 14:44:54 +02:00
consul.go Switch Prometheus to use github.com/prometheus/log. 2015-05-20 18:19:32 +02:00
dns.go Switch Prometheus to use github.com/prometheus/log. 2015-05-20 18:19:32 +02:00
file.go Switch Prometheus to use github.com/prometheus/log. 2015-05-20 18:19:32 +02:00
file_test.go Provide full SD configs to discovery constructors. 2015-05-15 14:54:29 +02:00