diff options
author | 2017-09-15 22:27:55 +0100 | |
---|---|---|
committer | 2017-09-15 22:27:55 +0100 | |
commit | 2388e36c2cf9615f8e6599d952ccd5ce834a23a9 (patch) | |
tree | 5c090bf1e1edffa4177a86ec7760ef49f7b4229a /plugin/metrics | |
parent | 19d7d207d3152b416c195a2be15b21b5be15ceed (diff) | |
download | coredns-2388e36c2cf9615f8e6599d952ccd5ce834a23a9.tar.gz coredns-2388e36c2cf9615f8e6599d952ccd5ce834a23a9.tar.zst coredns-2388e36c2cf9615f8e6599d952ccd5ce834a23a9.zip |
plugin: README.md updates (#1084)
updates so the look better on coredns.io
Diffstat (limited to 'plugin/metrics')
-rw-r--r-- | plugin/metrics/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/metrics/README.md b/plugin/metrics/README.md index d3189586d..8e84c57bf 100644 --- a/plugin/metrics/README.md +++ b/plugin/metrics/README.md @@ -1,6 +1,6 @@ # prometheus -This module enables prometheus metrics for CoreDNS. +*prometheus* enables [Prometheus](https://prometheus.io/) metrics for CoreDNS. The default location for the metrics is `localhost:9153`. The metrics path is fixed to `/metrics`. The following metrics are exported: |