diff options
-rw-r--r-- | doc/user/admin_area/monitoring/health_check.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/admin_area/monitoring/health_check.md b/doc/user/admin_area/monitoring/health_check.md index a409db65b55..0e806d8e3ba 100644 --- a/doc/user/admin_area/monitoring/health_check.md +++ b/doc/user/admin_area/monitoring/health_check.md @@ -33,6 +33,16 @@ GET http://localhost/-/readiness ``` ```text GET http://localhost/-/liveness +```text +GET http://localhost/-/health +``` + +```text +GET http://localhost/-/readiness +``` + +```text +GET http://localhost/-/liveness ``` ## Health |