diff options
Diffstat (limited to 'plugin/grpc/README.md')
-rw-r--r-- | plugin/grpc/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/grpc/README.md b/plugin/grpc/README.md index 36314232a..5e6148da9 100644 --- a/plugin/grpc/README.md +++ b/plugin/grpc/README.md @@ -63,8 +63,8 @@ Also note the TLS config is "global" for the whole grpc proxy if you need a diff 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. -* `coredns_grpc_response_rcode_count_total{to, rcode}` - count of RCODEs per upstream. +* `coredns_grpc_requests_total{to}` - query count per upstream. +* `coredns_grpc_responses_total{to, rcode}` - count of RCODEs per upstream. and we are randomly (this always uses the `random` policy) spraying to an upstream. ## Examples |