api.go
21.2 KB
-
add /healthz endpoint (#27536) · 6dc73a67
kuberentes (and Im sure other orchastrators does as well) support two kind of checks. readiness checks and liveness checks. Grafanas current `/api/health` endpoint requires database access which might not always be required for the instance to be considered active.
Carl Bergquist committed