mirror of
https://github.com/coredns/coredns.git
synced 2025-12-04 17:35:13 -05:00
@@ -6,7 +6,9 @@
|
||||
|
||||
## Description
|
||||
|
||||
By enabling *health* any plugin that implements it will be queried for it's health. The combined
|
||||
By enabling *health* any plugin that implements
|
||||
[healt.Healther interface](https://godoc.org/github.com/coredns/coredns/plugin/health#Healther)
|
||||
will be queried for it's health. The combined
|
||||
health is exported, by default, on port 8080/health .
|
||||
|
||||
## Syntax
|
||||
@@ -42,7 +44,7 @@ If monitoring is enabled (via the *prometheus* directive) then the following met
|
||||
|
||||
* `coredns_health_request_duration_seconds{}` - duration to process a /health query. As this should
|
||||
be a local operation it should be fast. A (large) increases in this duration indicates the
|
||||
CoreDNS process is having trouble keeping up.
|
||||
CoreDNS process is having trouble keeping up with its query load.
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user