mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
metrics port should be 9153
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user