From 9199bf992fd1931911554f235969bf4ed54be60a Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 26 Jun 2018 14:32:19 -0600 Subject: [PATCH] ceph-cluster: Fix column styles for version tables We were using 'id', not 'ceph_daemon' and as a result that column wasn't showing up. Signed-off-by: Zack Cerza --- dashboards/mgr-prometheus/ceph-cluster.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboards/mgr-prometheus/ceph-cluster.json b/dashboards/mgr-prometheus/ceph-cluster.json index 88f90bb..b89e791 100644 --- a/dashboards/mgr-prometheus/ceph-cluster.json +++ b/dashboards/mgr-prometheus/ceph-cluster.json @@ -2206,7 +2206,7 @@ ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, - "pattern": "id", + "pattern": "ceph_daemon", "thresholds": [], "type": "string", "unit": "short" @@ -2295,7 +2295,7 @@ ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, - "pattern": "id", + "pattern": "ceph_daemon", "thresholds": [], "type": "number", "unit": "none" @@ -2383,7 +2383,7 @@ ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, - "pattern": "id", + "pattern": "ceph_daemon", "thresholds": [], "type": "string", "unit": "short" @@ -2471,7 +2471,7 @@ ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, - "pattern": "id", + "pattern": "ceph_daemon", "thresholds": [], "type": "string", "unit": "short" -- 2.47.3