Document process sensor metrics

Two metrics were added in 12.0.0 but they were undocumented.

Change-Id: I7ca7d0a119e4b1fc0a424279fb301c5b53b9e365
This commit is contained in:
Matthieu Huin
2025-04-23 14:21:13 +02:00
parent b70717e9aa
commit cd0c1be98f

View File

@ -525,6 +525,16 @@ These metrics are emitted by the Zuul :ref:`scheduler`:
The used RAM (excluding buffers and cache) on this executor allowed by
the cgroup, as percentage multiplied by 100.
.. stat:: max_process
:type: gauge
The maximum amount of processes that can be running on this executor.
.. stat:: cur_process
:type: gauge
The current amount of running processes on this executor.
.. stat:: zuul.nodepool.requests
Holds metrics related to Zuul requests and responses from Nodepool.