From bfa4d85c48ca9fc946c740c9bd7b482824549dea Mon Sep 17 00:00:00 2001 From: Paul Cuzner Date: Wed, 11 Oct 2017 17:11:02 +1300 Subject: [PATCH] at-a-glance: updates to address OSD UP state issues OSD Hosts and RGW Hosts panel changed to vonage status panel to better reflect UP states BZ1498504 --- dashboards/current/ceph-at-a-glance.json | 271 ++++++++++------------- 1 file changed, 123 insertions(+), 148 deletions(-) diff --git a/dashboards/current/ceph-at-a-glance.json b/dashboards/current/ceph-at-a-glance.json index bae6d92..ac2bc3b 100644 --- a/dashboards/current/ceph-at-a-glance.json +++ b/dashboards/current/ceph-at-a-glance.json @@ -833,34 +833,30 @@ "type": "vonage-status-panel" }, { - "clusterName": "MDS", - "displayName": "MDS", - "flipCard": false, + "clusterName": "OSD Hosts", + "displayName": "OSD Hosts", "flipTime": 5, "hideTimeOverride": true, - "id": 99, + "id": 100, "links": [], "minSpan": 1, - "namePrefix": "", "span": 1, "targets": [ { "aggregation": "Last", - "alias": "up", + "alias": "total", "displayType": "Regular", - "hide": false, "refId": "A", - "target": "alias(keepLastValue(consolidateBy(maxSeries(collectd.$mon_servers.$domain.cephmetrics.gauge.$cluster_name.mon.num_mds_up), \"max\")),\"up\")", + "target": "alias(countSeries(collectd.*.$domain.cephmetrics.gauge.$cluster_name.osd.num_osds),\"total\")", "textEditor": true, "valueHandler": "Text Only" }, { "aggregation": "Last", - "alias": "in", + "alias": "up", "displayType": "Regular", - "hide": false, - "refId": "E", - "target": "alias(keepLastValue(consolidateBy(maxSeries(collectd.$mon_servers.$domain.cephmetrics.gauge.$cluster_name.mon.num_mds_in), \"max\")),\"in\")", + "refId": "B", + "target": "alias(countSeries(currentAbove(collectd.*.$domain.cephmetrics.gauge.$cluster_name.osd.num_osds,0)),\"up\")", "textEditor": true, "valueHandler": "Text Only" }, @@ -870,170 +866,149 @@ "crit": "2", "display": true, "displayType": "Regular", - "hide": false, - "refId": "B", - "target": "alias(keepLastValue(consolidateBy(maxSeries(collectd.$mon_servers.$domain.cephmetrics.gauge.$cluster_name.mon.num_mds_failed), \"max\")),\"down\")", + "refId": "C", + "target": "alias(diffSeries(#A, #B), \"down\")", + "targetFull": "alias(diffSeries(alias(countSeries(collectd.*.$domain.cephmetrics.gauge.$cluster_name.osd.num_osds),\"total\"), alias(countSeries(currentAbove(collectd.*.$domain.cephmetrics.gauge.$cluster_name.osd.num_osds,0)),\"up\")), \"down\")", "textEditor": true, "valueHandler": "Threshold", "warn": "1" } ], - "timeFrom": "1m", + "timeFrom": "30s", "timeShift": null, "title": "", "type": "vonage-status-panel" }, { - "cacheTimeout": null, - "colorBackground": false, - "colorValue": false, - "colors": [ - "rgba(245, 54, 54, 0.9)", - "rgba(237, 129, 40, 0.89)", - "rgba(50, 172, 45, 0.97)" - ], - "datasource": "Local", - "decimals": 0, - "format": "short", - "gauge": { - "maxValue": 100, - "minValue": 0, - "show": false, - "thresholdLabels": false, - "thresholdMarkers": true - }, - "id": 35, - "interval": null, + "clusterName": "RGWs", + "displayName": "RGWs", + "flipTime": 5, + "hideTimeOverride": true, + "id": 101, + "isGrayOnNoData": false, "links": [], - "mappingType": 1, - "mappingTypes": [ + "span": 1, + "targets": [ { - "name": "value to text", - "value": 1 + "aggregation": "Last", + "alias": "total", + "displayType": "Regular", + "hide": true, + "refId": "A", + "target": "constantLine(0)", + "textEditor": true, + "valueHandler": "Text Only" }, { - "name": "range to text", - "value": 2 - } - ], - "maxDataPoints": "", - "minSpan": 1, - "nullPointMode": "connected", - "nullText": null, - "postfix": "", - "postfixFontSize": "50%", - "prefix": "", - "prefixFontSize": "50%", - "rangeMaps": [ + "aggregation": "Last", + "displayType": "Regular", + "hide": true, + "refId": "B", + "target": "countSeries(collectd.*.$domain.cephmetrics.derive.$cluster_name.rgw.put)", + "textEditor": true, + "valueHandler": "Regular" + }, { - "from": "null", - "text": "N/A", - "to": "null" - } - ], - "span": 1, - "sparkline": { - "fillColor": "rgba(31, 118, 189, 0.18)", - "full": false, - "lineColor": "rgb(31, 120, 193)", - "show": false - }, - "tableColumn": "", - "targets": [ + "aggregation": "Last", + "alias": "total", + "displayType": "Regular", + "hide": false, + "refId": "C", + "target": "alias(limit(sortByMaxima(group(#A,#B)),1),\"total\")", + "targetFull": "alias(limit(sortByMaxima(group(constantLine(0),countSeries(collectd.*.$domain.cephmetrics.derive.$cluster_name.rgw.put))),1),\"total\")", + "textEditor": true, + "valueHandler": "Text Only" + }, { - "refId": "A", - "target": "maxSeries(consolidateBy(collectd.*.$domain.cephmetrics.gauge.$cluster_name.mon.num_osd_hosts, \"max\"))", - "textEditor": true - } - ], - "thresholds": "", - "title": "OSD Hosts", - "type": "singlestat", - "valueFontSize": "80%", - "valueMaps": [ + "displayType": "Regular", + "hide": true, + "refId": "D", + "target": "countSeries(currentAbove(collectd.*.$domain.cephmetrics.derive.$cluster_name.rgw.put,0))", + "textEditor": true, + "valueHandler": "Regular" + }, { - "op": "=", - "text": "N/A", - "value": "null" + "aggregation": "Last", + "alias": "up", + "displayType": "Regular", + "hide": false, + "refId": "E", + "target": "alias(limit(sortByMaxima(group(#A,#D)),1), \"up\")", + "targetFull": "alias(limit(sortByMaxima(group(constantLine(0),countSeries(currentAbove(collectd.*.$domain.cephmetrics.derive.$cluster_name.rgw.put,0)))),1), \"up\")", + "textEditor": true, + "valueHandler": "Text Only" + }, + { + "aggregation": "Last", + "alias": "down", + "crit": "6", + "display": true, + "displayType": "Regular", + "hide": false, + "refId": "F", + "target": "alias(diffSeries(#B, #D),\"down\")", + "targetFull": "alias(diffSeries(countSeries(collectd.*.$domain.cephmetrics.derive.$cluster_name.rgw.put), countSeries(currentAbove(collectd.*.$domain.cephmetrics.derive.$cluster_name.rgw.put,0))),\"down\")", + "textEditor": true, + "valueHandler": "Threshold", + "warn": "1" } ], - "valueName": "current" + "timeFrom": "30s", + "timeShift": null, + "title": "", + "transparent": false, + "type": "vonage-status-panel" }, { - "cacheTimeout": null, - "colorBackground": false, - "colorValue": false, - "colors": [ - "rgba(245, 54, 54, 0.9)", - "rgba(237, 129, 40, 0.89)", - "rgba(50, 172, 45, 0.97)" - ], - "datasource": "Local", - "decimals": 0, - "format": "short", - "gauge": { - "maxValue": 100, - "minValue": 0, - "show": false, - "thresholdLabels": false, - "thresholdMarkers": true - }, - "id": 33, - "interval": null, + "clusterName": "MDS", + "displayName": "MDS", + "flipCard": false, + "flipTime": 5, + "hideTimeOverride": true, + "id": 99, "links": [], - "mappingType": 1, - "mappingTypes": [ - { - "name": "value to text", - "value": 1 - }, - { - "name": "range to text", - "value": 2 - } - ], - "maxDataPoints": "", "minSpan": 1, - "nullPointMode": "connected", - "nullText": null, - "postfix": "", - "postfixFontSize": "50%", - "prefix": "", - "prefixFontSize": "50%", - "rangeMaps": [ - { - "from": "null", - "text": "N/A", - "to": "null" - } - ], + "namePrefix": "", "span": 1, - "sparkline": { - "fillColor": "rgba(31, 118, 189, 0.18)", - "full": false, - "lineColor": "rgb(31, 120, 193)", - "show": false - }, - "tableColumn": "", "targets": [ { + "aggregation": "Last", + "alias": "up", + "displayType": "Regular", + "hide": false, "refId": "A", - "target": "countSeries(collectd.*.$domain.cephmetrics.derive.$cluster_name.rgw.put)", - "textEditor": true - } - ], - "thresholds": "", - "title": "RGW Hosts", - "type": "singlestat", - "valueFontSize": "80%", - "valueMaps": [ + "target": "alias(keepLastValue(consolidateBy(maxSeries(collectd.$mon_servers.$domain.cephmetrics.gauge.$cluster_name.mon.num_mds_up), \"max\")),\"up\")", + "textEditor": true, + "valueHandler": "Text Only" + }, { - "op": "=", - "text": "0", - "value": "null" + "aggregation": "Last", + "alias": "in", + "displayType": "Regular", + "hide": false, + "refId": "E", + "target": "alias(keepLastValue(consolidateBy(maxSeries(collectd.$mon_servers.$domain.cephmetrics.gauge.$cluster_name.mon.num_mds_in), \"max\")),\"in\")", + "textEditor": true, + "valueHandler": "Text Only" + }, + { + "aggregation": "Last", + "alias": "down", + "crit": "2", + "display": true, + "displayType": "Regular", + "hide": false, + "refId": "B", + "target": "alias(keepLastValue(consolidateBy(maxSeries(collectd.$mon_servers.$domain.cephmetrics.gauge.$cluster_name.mon.num_mds_failed), \"max\")),\"down\")", + "textEditor": true, + "valueHandler": "Threshold", + "warn": "1" } ], - "valueName": "current" + "timeFrom": "1m", + "timeShift": null, + "title": "", + "type": "vonage-status-panel" }, { "cacheTimeout": null, @@ -3074,13 +3049,13 @@ "canEdit": true, "canSave": true, "canStar": true, - "created": "2017-10-06T01:14:08Z", + "created": "2017-10-11T02:45:33Z", "createdBy": "admin@localhost", "expires": "0001-01-01T00:00:00Z", "isStarred": true, "slug": "ceph-at-a-glance", "type": "db", - "updated": "2017-10-06T01:22:41Z", + "updated": "2017-10-11T02:51:00Z", "updatedBy": "admin@localhost", "version": 3 } -- 2.47.3