mirror of
https://github.com/coredns/coredns.git
synced 2025-11-29 15:14:02 -05:00
middleware/metrics: allow multiple listeners
There was no inherent reason *not* to allow multiple listeners for the monitoring data. Actually enforcing only one listener lead to more code then just allowing multiple. It's probably not what you want; but CoreDNS is happy to oblige.
This commit is contained in:
@@ -49,5 +49,5 @@ prometheus localhost:9253
|
||||
|
||||
# Bugs
|
||||
|
||||
When reloading, we keep the handler running, meaning that any changes to the handler aren't picked
|
||||
up. You'll need to restart CoreDNS for that to happen.
|
||||
When reloading, we keep the handler running, meaning that any changes to the handler's address
|
||||
aren't picked up. You'll need to restart CoreDNS for that to happen.
|
||||
|
||||
Reference in New Issue
Block a user