From affada7ffcd39ba013557f239f1c1bf44f16a656 Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Mon, 18 Nov 2024 20:05:53 +0530 Subject: [PATCH] control/prometheus.py: yield subsystem_namespace_count The metric is defined but not exposed. This commit fixes that so the metric can be used for alerts. Signed-off-by: Vallari Agrawal --- control/prometheus.py | 1 + 1 file changed, 1 insertion(+) diff --git a/control/prometheus.py b/control/prometheus.py index 106ead59..ec2fa115 100644 --- a/control/prometheus.py +++ b/control/prometheus.py @@ -421,6 +421,7 @@ def collect(self): yield subsystem_metadata yield subsystem_listeners yield subsystem_host_count + yield subsystem_namespace_count yield subsystem_namespace_limit yield subsystem_namespace_metadata yield host_connection_state