metrics port should be 9153

This commit is contained in:
Miek Gieben 2016-04-28 09:43:18 +00:00
parent 2700eece2e
commit 2d71f94aef

View file

@ -7,7 +7,7 @@ import (
"github.com/miekg/coredns/middleware/metrics"
)
const addr = "localhost:9135" // 9153 is occupied by bind_exporter
const addr = "localhost:9153"
var metricsOnce sync.Once