prometheus/web/api
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
..
api.go Switch Prometheus to promql package. 2015-04-28 16:19:23 +02:00
api_test.go Fix and improve parsing error output. 2015-04-30 12:19:39 +02:00
query.go Switch Prometheus to use github.com/prometheus/log. 2015-05-20 18:19:32 +02:00
query_test.go Use simple Now() func in API instead of utility.Time. 2015-03-27 23:43:47 +01:00