diff options
author | 2016-08-22 14:29:50 -0700 | |
---|---|---|
committer | 2016-08-22 14:29:50 -0700 | |
commit | 6b1d816d5ad856dfac847da1472bb3ce31d66b04 (patch) | |
tree | c271a28a30ff2d3cd47051879c172bdc3f2a269b | |
parent | 62a845ca2ae0f06156b4c52dce432b574a95ca4f (diff) | |
download | coredns-6b1d816d5ad856dfac847da1472bb3ce31d66b04.tar.gz coredns-6b1d816d5ad856dfac847da1472bb3ce31d66b04.tar.zst coredns-6b1d816d5ad856dfac847da1472bb3ce31d66b04.zip |
Update README.md
Grammatical fixes.
-rw-r--r-- | middleware/metrics/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/middleware/metrics/README.md b/middleware/metrics/README.md index 825632b65..406e66ca1 100644 --- a/middleware/metrics/README.md +++ b/middleware/metrics/README.md @@ -21,12 +21,12 @@ Extra labels used are: * `proto` which holds the transport of the response ("udp" or "tcp") * The address family (`family`) of the transport (1 = IP (IP version 4), 2 = IP6 (IP version 6)). -* `type` which old the query type, it holds the most common ones (A, AAAA, MX, SOA, CNAME, PTR, TXT, +* `type` which holds the query type. It holds most common types (A, AAAA, MX, SOA, CNAME, PTR, TXT, NS, SRV, DS, DNSKEY, RRSIG, NSEC, NSEC3, IXFR, AXFR and ANY) and "other" which lumps together all other types. * The `response_rcode_count_total` has an extra label `rcode` which holds the rcode of the response. -If monitoring is enabled queries that do not enter the middleware chain are exported under the fake +If monitoring is enabled, queries that do not enter the middleware chain are exported under the fake domain "dropped" (without a closing dot). Restarting CoreDNS will stop the monitoring. This is a bug. Also [this upstream @@ -40,7 +40,7 @@ prometheus 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 to which the metrics are exported; the default is `localhost:9153`. The metrics path is fixed to `/metrics`. ## Examples |