summaryrefslogtreecommitdiff
path: root/doc/source/monitoring.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/monitoring.rst')
-rw-r--r--doc/source/monitoring.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/monitoring.rst b/doc/source/monitoring.rst
index 1cb61ee01..7f99c7f7f 100644
--- a/doc/source/monitoring.rst
+++ b/doc/source/monitoring.rst
@@ -520,6 +520,8 @@ These metrics are emitted by the Zuul :ref:`scheduler`:
requests is better. Ideally, there will be no `failed`
requests.
+.. stat:: zuul.nodepool
+
.. stat:: current_requests
:type: gauge
@@ -819,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.