From: Zack Cerza Date: Tue, 26 Jun 2018 20:32:19 +0000 (-0600) Subject: ceph-cluster: Fix column styles for version tables X-Git-Tag: v2.0~16^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F199%2Fhead;p=cephmetrics.git 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 --- 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"