aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2016-04-28 10:44:47 +0000
committerGravatar Miek Gieben <miek@miek.nl> 2016-04-28 10:44:47 +0000
commitbba63f776518347f53697160fce638419c3fe813 (patch)
treeb7e2516d8a74a9f5522e8ed69cec335a3f3b8ed0
parent2d71f94aef89d2b3a85db275cf84d82de69655f0 (diff)
downloadcoredns-bba63f776518347f53697160fce638419c3fe813.tar.gz
coredns-bba63f776518347f53697160fce638419c3fe813.tar.zst
coredns-bba63f776518347f53697160fce638419c3fe813.zip
Update readme as well
-rw-r--r--middleware/metrics/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/middleware/metrics/README.md b/middleware/metrics/README.md
index 031602056..354ab921e 100644
--- a/middleware/metrics/README.md
+++ b/middleware/metrics/README.md
@@ -1,7 +1,7 @@
# prometheus
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:
@@ -30,6 +30,6 @@ prometheus
For each zone that you want to see metrics for.
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