]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/prometheus: add blank like previously wrongly deleted that was causing issues... 49509/head
authorPedro Gonzalez Gomez <pegonzal@redhat.com>
Mon, 19 Dec 2022 15:07:31 +0000 (16:07 +0100)
committerPedro Gonzalez Gomez <pegonzal@redhat.com>
Mon, 19 Dec 2022 15:16:57 +0000 (16:16 +0100)
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
src/pybind/mgr/prometheus/module.py

index 644a9a1ec102fde9065ec060fc504ce588e1cd3b..316369637eb7af1cb2cc3b22317f64262a588e19 100644 (file)
@@ -66,6 +66,7 @@ def health_status_to_number(status: str) -> int:
         return 2
     raise ValueError(f'unknown status "{status}"')
 
+
 DF_CLUSTER = ['total_bytes', 'total_used_bytes', 'total_used_raw_bytes']
 
 OSD_BLOCKLIST = ['osd_blocklist_count']