diff options
author | 2022-02-22 10:28:07 +0000 | |
---|---|---|
committer | 2022-02-22 10:28:07 +0000 | |
commit | a2262052993fe6a12348cd97db04fea563bf6986 (patch) | |
tree | 9b92b93b4283ab1e250ef3f7b6b3842782558497 | |
parent | 8502892b03d7df7c26debe52215f6cb81dc9e9b0 (diff) | |
download | coredns-a2262052993fe6a12348cd97db04fea563bf6986.tar.gz coredns-a2262052993fe6a12348cd97db04fea563bf6986.tar.zst coredns-a2262052993fe6a12348cd97db04fea563bf6986.zip |
auto remove trailing whitespaces
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
-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 ef14c5073..b107ca405 100644 --- a/plugin/metrics/README.md +++ b/plugin/metrics/README.md @@ -39,7 +39,7 @@ Extra labels used are: * 200 - request is processed, * 404 - request has been rejected on validation, * 400 - request to dns message conversion failed, - * 500 - processing ended up with no response. + * 500 - processing ended up with no response. * the `plugin` label holds the name of the plugin that made the write to the client. If the server did the write (on error for instance), the value is empty. |