diff --git a/src/pybind/mgr/prometheus/module.py b/src/pybind/mgr/prometheus/module.py index 644a9a1ec10..316369637eb 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']