Skip to content

Commit a57397c

Browse files
authored
Update prometheus.py
1 parent 6566876 commit a57397c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os_capacity/prometheus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def main():
393393
}
394394
prom_client.start_http_server(**kwargs)
395395

396-
# prom_core.REGISTRY.register(OpenStackCapacityCollector())
396+
prom_core.REGISTRY.register(OpenStackCapacityCollector())
397397
prom_core.REGISTRY.register(api_test.OpenStackAPITestCollector())
398398
# there must be a better way!
399399
while True:

0 commit comments

Comments
 (0)