summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-09-28 08:47:51 +0000
committerGerrit Code Review <review@openstack.org>2022-09-28 08:47:51 +0000
commitee277925734f744c32c4227c70bf45dae2c7e9db (patch)
treec1511049f5fb22a1232f44c9842d66b4724c017a
parentc53e3ca5b634e4c93a5caca689475e91d22601c0 (diff)
parentc7bac0dc1ec98244b720bcb044135c55f4b358f8 (diff)
downloadzuul-ee277925734f744c32c4227c70bf45dae2c7e9db.tar.gz
Merge "doc: fix liveness probes path rendering"
-rw-r--r--doc/source/monitoring.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/monitoring.rst b/doc/source/monitoring.rst
index 2155646f7..7f99c7f7f 100644
--- a/doc/source/monitoring.rst
+++ b/doc/source/monitoring.rst
@@ -821,18 +821,18 @@ Liveness Probes
The Prometheus server also supports liveness and ready probes at the
following URIS:
-.. path:: /health/live
+.. path:: health/live
Returns 200 as long as the process is running.
-.. path:: /health/ready
+.. path:: health/ready
Returns 200 if the process is in `RUNNING` or `PAUSED` states.
Otherwise, returns 503. Note that 503 is returned for
`INITIALIZED`, so this may be used to determine when a component
has completely finished loading configuration.
-.. path:: /health/status
+.. path:: health/status
This always returns 200, but includes the component status as the
text body of the response.