mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
plugin/health: clarify server label (#1707)
Health overloaded metrics does not carry the server label. Explain why.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user