Update health checks docs to include instance version in response (#56435)

This commit is contained in:
morgangauth 2023-09-07 13:34:42 -07:00 committed by GitHub
parent 8b91ee2697
commit 354dc4e4ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# Health checks
An application health check status endpoint is available at the URL path `/healthz`. It returns HTTP 200 if and only if the main frontend server and databases (PostgreSQL and Redis) are available.
An application health check status endpoint is available at the URL path `/healthz`. It returns HTTP 200 if and only if the main frontend server and databases (PostgreSQL and Redis) are available, and also returns the version of the instance.
The [Kubernetes cluster deployment option](../deploy/kubernetes/index.md) ships with comprehensive health checks for each Kubernetes deployment.