Skip to content

Commit 53e945a

Browse files
authored
Merge pull request #957 from VallariAg/fix-prometheus-subsystem_namespace_count
control/prometheus.py: yield subsystem_namespace_count
2 parents a5fedc7 + affada7 commit 53e945a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

control/prometheus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ def collect(self):
421421
yield subsystem_metadata
422422
yield subsystem_listeners
423423
yield subsystem_host_count
424+
yield subsystem_namespace_count
424425
yield subsystem_namespace_limit
425426
yield subsystem_namespace_metadata
426427
yield host_connection_state

0 commit comments

Comments
 (0)