Skip to content

Commit

Permalink
Merge pull request #957 from VallariAg/fix-prometheus-subsystem_names…
Browse files Browse the repository at this point in the history
…pace_count

control/prometheus.py: yield subsystem_namespace_count
  • Loading branch information
VallariAg authored Nov 19, 2024
2 parents a5fedc7 + affada7 commit 53e945a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control/prometheus.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53e945a

Please sign in to comment.