mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
add host metrics (#3277)
* add host metrics Signed-off-by: yeya24 <yb532204897@gmail.com> * update hosts readme docs Signed-off-by: yeya24 <yb532204897@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ func (rd *ready) onStartup() error {
|
||||
ok, todo := plugins.Ready()
|
||||
if ok {
|
||||
w.WriteHeader(http.StatusOK)
|
||||
io.WriteString(w, http.StatusText(http.StatusOK))
|
||||
io.WriteString(w, http.StatusText(http.StatusOK))
|
||||
return
|
||||
}
|
||||
log.Infof("Still waiting on: %q", todo)
|
||||
|
||||
Reference in New Issue
Block a user