Commit 2d71f94a authored by Miek Gieben's avatar Miek Gieben

metrics port should be 9153

parent 2700eece
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment