coredns/vendor/google.golang.org/grpc/resolver
James Hartig 671d170619 plugin/metrics: Switch to using promhttp instead of deprecated Handler (#1312)
prometheus.Handler is deprecated according to the godoc for the package so
instead we're using promhttp.

Additionally, we are exposing the Registry that metrics is using so other
plugins that are not inside of coredns can read the registry. Otherwise, if
we kept using the Default one, there's no way to access that from outside
of the coredns repo since it is vendored.
2017-12-14 18:19:03 +00:00
..
dns plugin/metrics: Switch to using promhttp instead of deprecated Handler (#1312) 2017-12-14 18:19:03 +00:00
manual plugin/metrics: Switch to using promhttp instead of deprecated Handler (#1312) 2017-12-14 18:19:03 +00:00
passthrough plugin/metrics: Switch to using promhttp instead of deprecated Handler (#1312) 2017-12-14 18:19:03 +00:00
resolver.go Update vendor libraries except client-go, apimachinery and ugorji/go (#1197) 2017-11-03 07:20:15 +00:00