Commit ad13d883 authored by Miek Gieben's avatar Miek Gieben Committed by GitHub

plugin/health: clarify server label (#1707)

Health overloaded metrics does not carry the server label. Explain why.
parent 8722336f
...@@ -60,6 +60,9 @@ If monitoring is enabled (via the *prometheus* directive) then the following met ...@@ -60,6 +60,9 @@ If monitoring is enabled (via the *prometheus* directive) then the following met
be a local operation it should be fast. A (large) increases in this duration indicates the be a local operation it should be fast. A (large) increases in this duration indicates the
CoreDNS process is having trouble keeping up with its query load. CoreDNS process is having trouble keeping up with its query load.
Note that this metric *does not* have a `server` label, because being overloaded is a symptom of
the running process, *not* a specific server.
## Examples ## Examples
Run another health endpoint on http://localhost:8091. Run another health endpoint on http://localhost:8091.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment