Browse Source

Include breakdown in dashboard for multi-disk, gpu, and cpu

The individual component breakdowns on the sample prometheus dashboard
used to only breakdown the first disk, gpu, and cpu. This commit fixes
this by setting the value for selected disk, gpu, and cpu to "all" so
that they will properly repeat.
Nick Babcock 3 years ago
parent
commit
22c556f80e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      assets/dashboards/ohm-prometheus.json

+ 4 - 4
assets/dashboards/ohm-prometheus.json

@@ -3985,7 +3985,7 @@
         "description": null,
         "description": null,
         "error": null,
         "error": null,
         "hide": 2,
         "hide": 2,
-        "includeAll": false,
+        "includeAll": true,
         "label": "",
         "label": "",
         "multi": false,
         "multi": false,
         "name": "hdd",
         "name": "hdd",
@@ -4031,7 +4031,7 @@
         "description": null,
         "description": null,
         "error": null,
         "error": null,
         "hide": 2,
         "hide": 2,
-        "includeAll": false,
+        "includeAll": true,
         "label": null,
         "label": null,
         "multi": false,
         "multi": false,
         "name": "cpu",
         "name": "cpu",
@@ -4054,7 +4054,7 @@
         "description": null,
         "description": null,
         "error": null,
         "error": null,
         "hide": 2,
         "hide": 2,
-        "includeAll": false,
+        "includeAll": true,
         "label": null,
         "label": null,
         "multi": false,
         "multi": false,
         "name": "gpu",
         "name": "gpu",
@@ -4080,4 +4080,4 @@
   "title": "Ohm Windows Desktop",
   "title": "Ohm Windows Desktop",
   "uid": "EEQD4wv7z",
   "uid": "EEQD4wv7z",
   "version": 43
   "version": 43
-}
+}