diff options
author | 2021-03-16 08:51:21 -0400 | |
---|---|---|
committer | 2021-03-16 13:51:21 +0100 | |
commit | 929aa3886ef5d9364f8c26321a428059b5ed32e6 (patch) | |
tree | 144151f41e9c301d08c0a6db8dfeb2bcbe818acf | |
parent | 32cc745dc215b1474d211a219327ae3701fd6f28 (diff) | |
download | coredns-929aa3886ef5d9364f8c26321a428059b5ed32e6.tar.gz coredns-929aa3886ef5d9364f8c26321a428059b5ed32e6.tar.zst coredns-929aa3886ef5d9364f8c26321a428059b5ed32e6.zip |
add metadata section to docs (#4525)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
-rw-r--r-- | plugin/forward/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugin/forward/README.md b/plugin/forward/README.md index 64e561106..7daecf428 100644 --- a/plugin/forward/README.md +++ b/plugin/forward/README.md @@ -101,6 +101,13 @@ On each endpoint, the timeouts for communication are set as follows: * The dial timeout by default is 30s, and can decrease automatically down to 100ms based on early results. * The read timeout is static at 2s. +## Metadata + +The forward plugin will publish the following metadata, if the *metadata* +plugin is also enabled: + +* `forward/upstream`: the upstream used to forward the request + ## Metrics If monitoring is enabled (via the *prometheus* plugin) then the following metric are exported: |