mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
Update readme as well
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# prometheus
|
# prometheus
|
||||||
|
|
||||||
This module enables prometheus metrics for CoreDNS. The default location for the metrics is
|
This module enables prometheus metrics for CoreDNS. The default location for the metrics is
|
||||||
`localhost:9135`. The metrics path is fixed to `/metrics`.
|
`localhost:9153`. The metrics path is fixed to `/metrics`.
|
||||||
|
|
||||||
The following metrics are exported:
|
The following metrics are exported:
|
||||||
|
|
||||||
@@ -30,6 +30,6 @@ prometheus
|
|||||||
For each zone that you want to see metrics for.
|
For each zone that you want to see metrics for.
|
||||||
|
|
||||||
It optionally takes an address where the metrics are exported, the default
|
It optionally takes an address where the metrics are exported, the default
|
||||||
is `localhost:9135`. The metrics path is fixed to `/metrics`.
|
is `localhost:9153`. The metrics path is fixed to `/metrics`.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|||||||
Reference in New Issue
Block a user