aboutsummaryrefslogtreecommitdiff
path: root/plugin/metrics/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/metrics/README.md')
-rw-r--r--plugin/metrics/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/metrics/README.md b/plugin/metrics/README.md
index 5aec4e97b..3379919c9 100644
--- a/plugin/metrics/README.md
+++ b/plugin/metrics/README.md
@@ -13,7 +13,7 @@ The following metrics are exported:
* `coredns_build_info{version, revision, goversion}` - info about CoreDNS itself.
* `coredns_panic_count_total{}` - total number of panics.
* `coredns_dns_request_count_total{server, zone, proto, family}` - total query count.
-* `coredns_dns_request_duration_seconds{server, zone}` - duration to process each query.
+* `coredns_dns_request_duration_seconds{server, zone, type}` - duration to process each query.
* `coredns_dns_request_size_bytes{server, zone, proto}` - size of the request in bytes.
* `coredns_dns_request_do_count_total{server, zone}` - queries that have the DO bit set
* `coredns_dns_request_type_count_total{server, zone, type}` - counter of queries per zone and type.