From: Paul Cuzner Date: Thu, 3 Aug 2017 04:20:46 +0000 (+1200) Subject: network-usage : fix yaxis units on mon/rgw and osd graphs X-Git-Tag: v1.0~36^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=be12878b303376ed243986a41066489021b8b559;p=cephmetrics.git network-usage : fix yaxis units on mon/rgw and osd graphs Initial commit did not use the right metric - missed due to low load, more obvious on larger systems! --- diff --git a/dashboards/current/network-usage-by-node.json b/dashboards/current/network-usage-by-node.json index 9d17c81..e63a0b7 100644 --- a/dashboards/current/network-usage-by-node.json +++ b/dashboards/current/network-usage-by-node.json @@ -3,11 +3,11 @@ "annotations": { "list": [] }, - "editable": true, + "editable": false, "gnetId": null, "graphTooltip": 0, - "hideControls": false, - "id": 53, + "hideControls": true, + "id": 73, "links": [ { "asDropdown": true, @@ -161,7 +161,7 @@ "seriesOverrides": [], "spaceLength": 10, "span": 12, - "stack": false, + "stack": true, "steppedLine": false, "targets": [ { @@ -189,11 +189,11 @@ }, "yaxes": [ { - "format": "short", + "format": "decbytes", "label": null, "logBase": 1, "max": null, - "min": null, + "min": "0", "show": true }, { @@ -246,7 +246,7 @@ "seriesOverrides": [], "spaceLength": 10, "span": 12, - "stack": false, + "stack": true, "steppedLine": false, "targets": [ { @@ -274,11 +274,11 @@ }, "yaxes": [ { - "format": "short", + "format": "decbytes", "label": null, "logBase": 1, "max": null, - "min": null, + "min": "0", "show": true }, { @@ -331,7 +331,7 @@ "seriesOverrides": [], "spaceLength": 10, "span": 12, - "stack": false, + "stack": true, "steppedLine": false, "targets": [ { @@ -359,11 +359,11 @@ }, "yaxes": [ { - "format": "short", + "format": "decbytes", "label": null, "logBase": 1, "max": null, - "min": null, + "min": "0", "show": true }, { @@ -432,7 +432,6 @@ { "allValue": null, "current": { - "selected": true, "text": "storage.lab", "value": "storage.lab" }, @@ -454,7 +453,6 @@ { "allValue": null, "current": { - "selected": true, "text": "ceph", "value": "ceph" }, @@ -478,7 +476,6 @@ { "allValue": null, "current": { - "tags": [], "text": "All", "value": "$__all" }, @@ -502,9 +499,8 @@ { "allValue": null, "current": { - "tags": [], - "text": "All", - "value": "$__all" + "text": "obj-rgw-1", + "value": "obj-rgw-1" }, "hide": 0, "includeAll": true, @@ -514,11 +510,6 @@ "options": [ { "selected": true, - "text": "All", - "value": "$__all" - }, - { - "selected": false, "text": "obj-rgw-1", "value": "obj-rgw-1" } @@ -559,19 +550,19 @@ }, "timezone": "browser", "title": "Network Usage by Node", - "version": 3 + "version": 1 }, "meta": { "canEdit": true, "canSave": true, "canStar": true, - "created": "2017-08-01T05:18:58Z", + "created": "2017-08-02T01:47:18Z", "createdBy": "admin@localhost", "expires": "0001-01-01T00:00:00Z", "slug": "network-usage-by-node", "type": "db", - "updated": "2017-08-01T20:38:43Z", + "updated": "2017-08-03T04:16:09Z", "updatedBy": "admin@localhost", - "version": 3 + "version": 1 } } \ No newline at end of file