plugin/health: clarify server label (#1707)
Health overloaded metrics does not carry the server label. Explain why.
This commit is contained in:
parent
8722336fff
commit
ad13d88346
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
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
|
||||
|
||||
Run another health endpoint on http://localhost:8091.
|
||||
|
|
Loading…
Add table
Reference in a new issue