metrics port should be 9153
This commit is contained in:
parent
2700eece2e
commit
2d71f94aef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue