From a853ed1877ce049bbb12505348bd04aa57786f9b Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Tue, 2 Aug 2022 15:13:57 -0500 Subject: doc: Fix Nodepool monitoring stats The current_requests and per tenant stats were incorrect categorized under the `zuul.nodepool.requests` stat when they are actually under `zuul.nodepool` Change-Id: Ica458384979e265da25c4ad59e6d219c1f940bd5 --- doc/source/monitoring.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/monitoring.rst b/doc/source/monitoring.rst index 1cb61ee01..2155646f7 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 -- cgit v1.2.1