From 46c7afd29fdaeca08ce93a1fcfb75052b11db9d0 Mon Sep 17 00:00:00 2001 From: Nick Babcock Date: Sat, 16 Oct 2021 11:55:27 -0500 Subject: [PATCH] Small fixes for sample prometheus dashboard - Max fan was not scoped to given instance - Give proper name to GPU memory usage dashboard and changed unit to bytes instead of bytes per second. --- assets/dashboards/ohm-prometheus.json | 54 +++++++++++++-------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/assets/dashboards/ohm-prometheus.json b/assets/dashboards/ohm-prometheus.json index 87cd03b..19d1d8e 100644 --- a/assets/dashboards/ohm-prometheus.json +++ b/assets/dashboards/ohm-prometheus.json @@ -71,7 +71,7 @@ "gnetId": null, "graphTooltip": 1, "id": null, - "iteration": 1634036331903, + "iteration": 1634402682284, "links": [], "liveNow": false, "panels": [ @@ -1212,7 +1212,7 @@ "targets": [ { "exemplar": true, - "expr": "max({__name__=~\"ohm_.*_control_percent\"})", + "expr": "max({__name__=~\"ohm_.*_control_percent\",instance=\"$instance\"})", "instant": true, "interval": "", "legendFormat": "", @@ -1841,7 +1841,7 @@ "h": 1, "w": 24, "x": 0, - "y": 49 + "y": 41 }, "id": 109, "panels": [], @@ -1909,7 +1909,7 @@ "h": 8, "w": 12, "x": 0, - "y": 50 + "y": 42 }, "id": 18, "links": [], @@ -2012,7 +2012,7 @@ "h": 8, "w": 12, "x": 12, - "y": 50 + "y": 42 }, "id": 116, "links": [], @@ -2118,7 +2118,7 @@ "h": 9, "w": 12, "x": 0, - "y": 58 + "y": 50 }, "id": 118, "links": [], @@ -2225,7 +2225,7 @@ "h": 9, "w": 12, "x": 12, - "y": 58 + "y": 50 }, "id": 121, "links": [], @@ -2312,7 +2312,7 @@ } ] }, - "unit": "binBps" + "unit": "bytes" }, "overrides": [] }, @@ -2320,7 +2320,7 @@ "h": 9, "w": 12, "x": 0, - "y": 67 + "y": 59 }, "id": 122, "links": [], @@ -2353,7 +2353,7 @@ ], "timeFrom": null, "timeShift": null, - "title": "Data Rate", + "title": "Memory", "type": "timeseries" }, { @@ -2415,7 +2415,7 @@ "h": 9, "w": 12, "x": 12, - "y": 67 + "y": 59 }, "id": 123, "links": [], @@ -2539,7 +2539,7 @@ "h": 8, "w": 24, "x": 0, - "y": 76 + "y": 68 }, "id": 120, "links": [], @@ -2595,7 +2595,7 @@ "h": 1, "w": 24, "x": 0, - "y": 92 + "y": 76 }, "id": 41, "panels": [], @@ -2859,7 +2859,7 @@ "h": 7, "w": 24, "x": 0, - "y": 93 + "y": 77 }, "id": 43, "options": { @@ -3014,7 +3014,7 @@ "h": 1, "w": 24, "x": 0, - "y": 100 + "y": 84 }, "id": 52, "panels": [], @@ -3043,7 +3043,7 @@ "h": 5, "w": 12, "x": 0, - "y": 101 + "y": 85 }, "id": 12, "options": { @@ -3136,7 +3136,7 @@ "h": 5, "w": 12, "x": 12, - "y": 101 + "y": 85 }, "id": 65, "options": { @@ -3220,7 +3220,7 @@ "h": 8, "w": 12, "x": 0, - "y": 106 + "y": 90 }, "id": 58, "options": { @@ -3312,7 +3312,7 @@ "h": 8, "w": 12, "x": 12, - "y": 106 + "y": 90 }, "id": 59, "options": { @@ -3354,7 +3354,7 @@ "h": 1, "w": 24, "x": 0, - "y": 114 + "y": 98 }, "id": 130, "panels": [], @@ -3416,7 +3416,7 @@ "h": 9, "w": 12, "x": 0, - "y": 115 + "y": 99 }, "id": 136, "links": [], @@ -3511,7 +3511,7 @@ "h": 9, "w": 12, "x": 12, - "y": 115 + "y": 99 }, "id": 138, "links": [], @@ -3635,7 +3635,7 @@ "h": 9, "w": 12, "x": 0, - "y": 124 + "y": 108 }, "id": 140, "links": [], @@ -3679,7 +3679,7 @@ "h": 1, "w": 24, "x": 0, - "y": 133 + "y": 117 }, "id": 30, "panels": [], @@ -3768,7 +3768,7 @@ "h": 8, "w": 8, "x": 0, - "y": 134 + "y": 118 }, "id": 32, "options": { @@ -3900,7 +3900,7 @@ "h": 8, "w": 8, "x": 0, - "y": 142 + "y": 126 }, "id": 34, "links": [], @@ -4076,5 +4076,5 @@ "timezone": "", "title": "Ohm Windows Desktop", "uid": "EEQD4wv7z", - "version": 33 + "version": 35 } \ No newline at end of file