Document missing executor stats

The stats zuul.executor.<name>.pause and
zuul.executor.<name>.paused_builds are undocumented. While at it fix
the indentation of this section.

Change-Id: I5d5bdc1fe748ec2c545c8b7e8ec2674d50208f9f
This commit is contained in:
Tobias Henkel 2018-12-20 22:13:06 +01:00
parent ea3e777469
commit 1f6e001c06
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
1 changed files with 31 additions and 21 deletions

View File

@ -156,6 +156,11 @@ These metrics are emitted by the Zuul :ref:`scheduler`:
The number of builds currently running on this executor. This
includes starting builds.
.. stat:: paused_builds
:type: gauge
The number of currently paused builds on this executor.
.. stat:: phase
Subtree detailing per-phase execution statistics:
@ -182,6 +187,11 @@ These metrics are emitted by the Zuul :ref:`scheduler`:
The one-minute load average of this executor, multiplied by 100.
.. stat:: pause
:type: gauge
Indicates if the executor is paused. 1 means paused else 0.
.. stat:: pct_used_ram
:type: gauge