From: Pedro Gonzalez Gomez Date: Mon, 19 Dec 2022 15:07:31 +0000 (+0100) Subject: mgr/prometheus: add blank like previously wrongly deleted that was causing issues... X-Git-Tag: v18.1.0~618^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F49509%2Fhead;p=ceph.git mgr/prometheus: add blank like previously wrongly deleted that was causing issues on makecheck due to flake8 Signed-off-by: Pedro Gonzalez Gomez --- diff --git a/src/pybind/mgr/prometheus/module.py b/src/pybind/mgr/prometheus/module.py index 644a9a1ec102f..316369637eb7a 100644 --- a/src/pybind/mgr/prometheus/module.py +++ b/src/pybind/mgr/prometheus/module.py @@ -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']