Fix indentation of executor monitoring docs

The load_average and pct_used_ram metrics are indented incorrectly
which placed them under zuul.executor.<executor>.phase.* in the docs.

Change-Id: Id613ce57a679d1ab4bf9f71bf4d5a6bde72e2d50
This commit is contained in:
Tobias Henkel
2018-07-20 19:13:23 +02:00
parent 305065b56f
commit 40a895b03c

View File

@@ -177,16 +177,16 @@ These metrics are emitted by the Zuul :ref:`scheduler`:
Example of possible counters for each phase are: ``RESULT_NORMAL``,
``RESULT_TIMED_OUT``, ``RESULT_UNREACHABLE``, ``RESULT_ABORTED``.
.. stat:: load_average
:type: gauge
.. stat:: load_average
:type: gauge
The one-minute load average of this executor, multiplied by 100.
The one-minute load average of this executor, multiplied by 100.
.. stat:: pct_used_ram
:type: gauge
.. stat:: pct_used_ram
:type: gauge
The used RAM (excluding buffers and cache) on this executor, as
a percentage multiplied by 100.
The used RAM (excluding buffers and cache) on this executor, as
a percentage multiplied by 100.
.. stat:: zuul.nodepool