aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar Anders Ingemann <anders@ingemann.de> 2019-02-12 18:54:54 +0100
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2019-02-12 09:54:54 -0800
commit008f9eb8b9a616e13dbf637fae822472ea8ec6b4 (patch)
tree84a4e6bc1737ce9e24dbd1eef0563f717d5b6d46 /plugin
parent4b402e000d22a18b333e5b136e43de634f131a99 (diff)
downloadcoredns-008f9eb8b9a616e13dbf637fae822472ea8ec6b4.tar.gz
coredns-008f9eb8b9a616e13dbf637fae822472ea8ec6b4.tar.zst
coredns-008f9eb8b9a616e13dbf637fae822472ea8ec6b4.zip
Adjust docs for [ADDRESS] in metrics plugin (#2555)
The [ADDRESS] field in the metrics plugin is not explained in a manner that makes it immediately obvious, that what we are talking about here is a listening address.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/metrics/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/metrics/README.md b/plugin/metrics/README.md
index b3fbc111f..42fe36d60 100644
--- a/plugin/metrics/README.md
+++ b/plugin/metrics/README.md
@@ -47,12 +47,12 @@ prometheus [ADDRESS]
For each zone that you want to see metrics for.
-It optionally takes an address to which the metrics are exported; the default
-is `localhost:9153`. The metrics path is fixed to `/metrics`.
+It optionally takes a bind address to which the metrics are exported; the default
+listens on `localhost:9153`. The metrics path is fixed to `/metrics`.
## Examples
-Use an alternative address:
+Use an alternative listening address:
~~~ corefile
. {