aboutsummaryrefslogtreecommitdiff
path: root/plugin/grpc
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-10-08 10:20:48 +0100
committerGravatar GitHub <noreply@github.com> 2019-10-08 10:20:48 +0100
commit65458b2de24bd748e2983e34c779f5b04d38f20c (patch)
tree1a79107784baf6ef94e9775274b84538d6a7e05b /plugin/grpc
parentffe6225ff6b1c55b4d9a89a016c4f1aed98dc026 (diff)
downloadcoredns-65458b2de24bd748e2983e34c779f5b04d38f20c.tar.gz
coredns-65458b2de24bd748e2983e34c779f5b04d38f20c.tar.zst
coredns-65458b2de24bd748e2983e34c779f5b04d38f20c.zip
Directive -> plugin (#3363)
Caught my eye, we name things directive still, esp when talking about the prometheus *plugin*. Rename everything that needs to be plugin to 'plugin'. Also make sure Metrics is a H2 section (not H1). Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin/grpc')
-rw-r--r--plugin/grpc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/grpc/README.md b/plugin/grpc/README.md
index 09b499bb7..36314232a 100644
--- a/plugin/grpc/README.md
+++ b/plugin/grpc/README.md
@@ -60,7 +60,7 @@ Also note the TLS config is "global" for the whole grpc proxy if you need a diff
## Metrics
-If monitoring is enabled (via the *prometheus* directive) then the following metric are exported:
+If monitoring is enabled (via the *prometheus* plugin) then the following metric are exported:
* `coredns_grpc_request_duration_seconds{to}` - duration per upstream interaction.
* `coredns_grpc_request_count_total{to}` - query count per upstream.