diff --git a/dashboards/Merlin7/Lustre_Status.json b/dashboards/Merlin7/Lustre_Status.json index 27977c0..9e4908a 100644 --- a/dashboards/Merlin7/Lustre_Status.json +++ b/dashboards/Merlin7/Lustre_Status.json @@ -29,7 +29,7 @@ "x": 0, "y": 0 }, - "id": 7, + "id": 10, "title": "Status", "type": "row" }, @@ -210,6 +210,136 @@ "title": "Total Available Storage Space", "type": "timeseries" }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "red", + "value": 0 + } + ] + }, + "unit": "none" + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "OK", + "scope": "series" + }, + "properties": [ + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + } + ] + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Unknown", + "scope": "series" + }, + "properties": [ + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "blue", + "value": 0 + } + ] + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Warning", + "scope": "series" + }, + "properties": [ + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "orange", + "value": 0 + } + ] + } + } + ] + } + ] + }, + "gridPos": { + "h": 9, + "w": 8, + "x": 16, + "y": 1 + }, + "id": 9, + "options": { + "colorMode": "background", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "percentChangeColorMode": "inverted", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "showPercentChange": true, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "13.0.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "sum by(severity) (hpe_redfish_clusterstor_events_severity)", + "instant": false, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Event Stats", + "type": "stat" + }, { "collapsed": false, "gridPos": { @@ -218,7 +348,7 @@ "x": 0, "y": 10 }, - "id": 8, + "id": 11, "title": "I/O Rates", "type": "row" }, @@ -645,6 +775,155 @@ ], "title": "Write IOPS (MDTs)", "type": "timeseries" + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 27 + }, + "id": 12, + "title": "System Stats", + "type": "row" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" + } + }, + "gridPos": { + "h": 9, + "w": 8, + "x": 0, + "y": 28 + }, + "id": 8, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "percentChangeColorMode": "standard", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "13.0.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "sum by(node) (hpe_redfish_clusterstor_node_memoryutilization_percent)", + "instant": false, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Memory Utilisation (%)", + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "decimals": 2, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" + } + }, + "gridPos": { + "h": 9, + "w": 8, + "x": 8, + "y": 28 + }, + "id": 7, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "percentChangeColorMode": "standard", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "13.0.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "sum by(node) (hpe_redfish_clusterstor_node_cpu_utilization_percent)", + "instant": false, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "CPU Utilisation (%)", + "type": "stat" } ], "preload": false, @@ -675,5 +954,5 @@ "timezone": "browser", "title": "Lustre Status", "uid": "62c515b7-b321-4fe4-9765-3a3f02a30a51", - "version": 5 + "version": 6 } diff --git a/dashboards/Merlin7/SLURM_Dashboard__Users_.json b/dashboards/Merlin7/SLURM_Dashboard__Users_.json index f8001bc..8ee8952 100644 --- a/dashboards/Merlin7/SLURM_Dashboard__Users_.json +++ b/dashboards/Merlin7/SLURM_Dashboard__Users_.json @@ -5,7 +5,7 @@ "$$hashKey": "object:1345", "builtIn": 1, "datasource": { - "type": "datasource", + "type": "grafana", "uid": "grafana" }, "enable": true, @@ -21,7 +21,7 @@ "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, - "links": [], + "liveNow": false, "panels": [ { "collapsed": false, @@ -31,8 +31,7 @@ "x": 0, "y": 0 }, - "id": 222, - "panels": [], + "id": 240, "title": "Resource Availability", "type": "row" }, @@ -48,7 +47,6 @@ "mode": "continuous-RdYlGr" }, "displayName": "${__field.displayName}", - "mappings": [], "max": 19712, "min": 0, "thresholds": { @@ -60,11 +58,10 @@ } ] } - }, - "overrides": [] + } }, "gridPos": { - "h": 2, + "h": 3, "w": 5, "x": 0, "y": 1 @@ -97,7 +94,7 @@ }, "valueMode": "color" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -191,7 +188,6 @@ "mode": "continuous-RdYlGr" }, "displayName": "${__field.displayName}", - "mappings": [], "max": 640, "min": 0, "thresholds": { @@ -203,11 +199,10 @@ } ] } - }, - "overrides": [] + } }, "gridPos": { - "h": 2, + "h": 3, "w": 6, "x": 5, "y": 1 @@ -240,7 +235,7 @@ }, "valueMode": "color" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -334,7 +329,6 @@ "mode": "continuous-RdYlGr" }, "displayName": "${__field.displayName}", - "mappings": [], "max": 864, "min": 0, "thresholds": { @@ -346,11 +340,10 @@ } ] } - }, - "overrides": [] + } }, "gridPos": { - "h": 2, + "h": 3, "w": 6, "x": 11, "y": 1 @@ -383,7 +376,7 @@ }, "valueMode": "color" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -477,8 +470,6 @@ "mode": "continuous-RdYlGr" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 4, "min": 0, "thresholds": { @@ -490,11 +481,10 @@ } ] } - }, - "overrides": [] + } }, "gridPos": { - "h": 4, + "h": 6, "w": 7, "x": 17, "y": 1 @@ -528,7 +518,7 @@ }, "valueMode": "color" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -540,7 +530,6 @@ "exemplar": false, "expr": "slurm_node_gpus_total{cluster=\"gpu_cluster\"} - slurm_node_gpus_alloc{cluster=\"gpu_cluster\"}", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "instant": true, "legendFormat": "{{node}}", @@ -628,7 +617,6 @@ "mode": "continuous-RdYlGr" }, "displayName": "${__field.displayName}", - "mappings": [], "max": 39664240, "min": 0, "thresholds": { @@ -645,14 +633,13 @@ ] }, "unit": "decmbytes" - }, - "overrides": [] + } }, "gridPos": { - "h": 2, + "h": 3, "w": 5, "x": 0, - "y": 3 + "y": 4 }, "id": 217, "options": { @@ -682,7 +669,7 @@ }, "valueMode": "color" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -776,7 +763,6 @@ "mode": "continuous-RdYlGr" }, "displayName": "${__field.displayName}", - "mappings": [], "max": 2576145, "min": 0, "thresholds": { @@ -793,14 +779,13 @@ ] }, "unit": "decmbytes" - }, - "overrides": [] + } }, "gridPos": { - "h": 2, + "h": 3, "w": 6, "x": 5, - "y": 3 + "y": 4 }, "id": 219, "options": { @@ -830,7 +815,7 @@ }, "valueMode": "color" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -924,7 +909,6 @@ "mode": "continuous-RdYlGr" }, "displayName": "${__field.displayName}", - "mappings": [], "max": 2624901, "min": 0, "thresholds": { @@ -941,14 +925,13 @@ ] }, "unit": "decmbytes" - }, - "overrides": [] + } }, "gridPos": { - "h": 2, + "h": 3, "w": 6, "x": 11, - "y": 3 + "y": 4 }, "id": 221, "options": { @@ -978,7 +961,7 @@ }, "valueMode": "color" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -1066,10 +1049,9 @@ "h": 1, "w": 24, "x": 0, - "y": 5 + "y": 7 }, - "id": 12, - "panels": [], + "id": 241, "title": "Node Status", "type": "row" }, @@ -1080,8 +1062,6 @@ }, "fieldConfig": { "defaults": { - "fieldMinMax": false, - "mappings": [], "thresholds": { "mode": "absolute", "steps": [ @@ -1309,7 +1289,7 @@ "h": 3, "w": 9, "x": 0, - "y": 6 + "y": 8 }, "id": 126, "options": { @@ -1333,7 +1313,7 @@ "textMode": "value_and_name", "wideLayout": false }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -1497,8 +1477,6 @@ }, "fieldConfig": { "defaults": { - "fieldMinMax": false, - "mappings": [], "thresholds": { "mode": "absolute", "steps": [ @@ -1726,7 +1704,7 @@ "h": 3, "w": 4, "x": 9, - "y": 6 + "y": 8 }, "id": 227, "options": { @@ -1750,7 +1728,7 @@ "textMode": "value_and_name", "wideLayout": false }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -1914,8 +1892,6 @@ }, "fieldConfig": { "defaults": { - "fieldMinMax": false, - "mappings": [], "thresholds": { "mode": "absolute", "steps": [ @@ -2143,7 +2119,7 @@ "h": 3, "w": 4, "x": 13, - "y": 6 + "y": 8 }, "id": 215, "options": { @@ -2167,7 +2143,7 @@ "textMode": "value_and_name", "wideLayout": false }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -2331,8 +2307,6 @@ }, "fieldConfig": { "defaults": { - "fieldMinMax": false, - "mappings": [], "thresholds": { "mode": "absolute", "steps": [ @@ -2560,7 +2534,7 @@ "h": 3, "w": 2, "x": 17, - "y": 6 + "y": 8 }, "id": 228, "options": { @@ -2584,7 +2558,7 @@ "textMode": "value_and_name", "wideLayout": false }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -2752,8 +2726,6 @@ "mode": "continuous-BlYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 1, "min": 0, "thresholds": { @@ -2766,17 +2738,24 @@ ] }, "unit": "percentunit" - }, - "overrides": [] + } }, "gridPos": { "h": 5, "w": 5, "x": 19, - "y": 6 + "y": 8 }, "id": 85, "options": { + "barShape": "flat", + "barWidthFactor": 0.5, + "effects": { + "barGlow": false, + "centerGlow": false, + "gradient": false + }, + "endpointMarker": "point", "minVizHeight": 75, "minVizWidth": 75, "orientation": "auto", @@ -2787,15 +2766,20 @@ "fields": "", "values": false }, + "segmentCount": 1, + "segmentSpacing": 0.3, + "shape": "gauge", "showThresholdLabels": false, - "showThresholdMarkers": true, + "showThresholdMarkers": false, "sizing": "auto", + "sparkline": false, "text": { "titleSize": 15, "valueSize": 20 - } + }, + "textMode": "auto" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -2806,7 +2790,6 @@ "exemplar": false, "expr": "(sum by(__name__) (slurm_nodes_alloc{cluster=~\"cpu_cluster\"}) + sum by(__name__) (slurm_nodes_mix{cluster=~\"cpu_cluster\"}) + sum by(__name__) (slurm_nodes_comp{cluster=~\"cpu_cluster\"})) / sum by(__name__) (slurm_nodes_total{cluster=~\"cpu_cluster\"})", "format": "time_series", - "hide": false, "instant": true, "intervalFactor": 2, "legendFormat": "CPU nodes", @@ -2822,7 +2805,6 @@ "exemplar": false, "expr": "(sum by(__name__) (slurm_nodes_alloc{cluster=~\"gpu_cluster\"}) + sum by(__name__) (slurm_nodes_mix{cluster=~\"gpu_cluster\"}) + sum by(__name__) (slurm_nodes_comp{cluster=~\"gpu_cluster\"})) / sum by(__name__) (slurm_nodes_total{cluster=~\"gpu_cluster\"})", "format": "time_series", - "hide": false, "instant": true, "intervalFactor": 2, "legendFormat": "GPU nodes", @@ -2871,6 +2853,7 @@ "type": "linear" }, "showPoints": "never", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -2880,8 +2863,6 @@ "mode": "off" } }, - "fieldMinMax": false, - "mappings": [], "min": 0, "thresholds": { "mode": "absolute", @@ -3002,10 +2983,14 @@ "h": 10, "w": 9, "x": 0, - "y": 9 + "y": 11 }, "id": 1, "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, "dataLinks": [], "legend": { "calcs": [ @@ -3024,7 +3009,7 @@ "sort": "none" } }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -3034,7 +3019,6 @@ "editorMode": "code", "expr": "sum by(__name__) (slurm_nodes_alloc{cluster=~\"cpu_cluster\"})", "format": "time_series", - "hide": false, "intervalFactor": 2, "legendFormat": "Allocated", "range": true, @@ -3047,7 +3031,6 @@ }, "editorMode": "code", "expr": "sum by(__name__) (slurm_nodes_mix{cluster=~\"cpu_cluster\"})", - "hide": false, "intervalFactor": 2, "legendFormat": "Mixed", "range": true, @@ -3061,7 +3044,6 @@ "editorMode": "code", "expr": "sum by(__name__) (slurm_nodes_idle{cluster=~\"cpu_cluster\"})", "format": "time_series", - "hide": false, "intervalFactor": 2, "legendFormat": "Idle", "range": true, @@ -3075,7 +3057,6 @@ "editorMode": "code", "expr": "sum by(__name__) (slurm_nodes_comp{cluster=~\"cpu_cluster\"})", "format": "time_series", - "hide": false, "intervalFactor": 2, "legendFormat": "Completing", "range": true, @@ -3089,7 +3070,6 @@ "editorMode": "code", "expr": "sum by(__name__) (slurm_nodes_planned{cluster=~\"cpu_cluster\"})", "format": "time_series", - "hide": false, "intervalFactor": 2, "legendFormat": "Planned", "range": true, @@ -3103,7 +3083,6 @@ "editorMode": "code", "expr": "sum by(__name__) (slurm_nodes_total{cluster=~\"cpu_cluster\"})", "format": "time_series", - "hide": false, "intervalFactor": 2, "legendFormat": "Total", "range": true, @@ -3151,6 +3130,7 @@ "type": "linear" }, "showPoints": "never", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -3160,8 +3140,6 @@ "mode": "off" } }, - "fieldMinMax": false, - "mappings": [], "min": 0, "thresholds": { "mode": "absolute", @@ -3282,10 +3260,14 @@ "h": 10, "w": 8, "x": 9, - "y": 9 + "y": 11 }, "id": 156, "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, "dataLinks": [], "legend": { "calcs": [ @@ -3304,7 +3286,7 @@ "sort": "none" } }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -3314,7 +3296,6 @@ "editorMode": "code", "expr": "sum by(__name__) (slurm_nodes_alloc{cluster=~\"gpu_cluster\"})", "format": "time_series", - "hide": false, "intervalFactor": 2, "legendFormat": "Allocated", "range": true, @@ -3327,7 +3308,6 @@ }, "editorMode": "code", "expr": "sum by(__name__) (slurm_nodes_mix{cluster=~\"gpu_cluster\"})", - "hide": false, "intervalFactor": 2, "legendFormat": "Mixed", "range": true, @@ -3341,7 +3321,6 @@ "editorMode": "code", "expr": "sum by(__name__) (slurm_nodes_idle{cluster=~\"gpu_cluster\"})", "format": "time_series", - "hide": false, "intervalFactor": 2, "legendFormat": "Idle", "range": true, @@ -3355,7 +3334,6 @@ "editorMode": "code", "expr": "sum by(__name__) (slurm_nodes_comp{cluster=~\"gpu_cluster\"})", "format": "time_series", - "hide": false, "intervalFactor": 2, "legendFormat": "Completing", "range": true, @@ -3369,7 +3347,6 @@ "editorMode": "code", "expr": "sum by(__name__) (slurm_nodes_planned{cluster=~\"gpu_cluster\"})", "format": "time_series", - "hide": false, "intervalFactor": 2, "legendFormat": "Planned", "range": true, @@ -3383,7 +3360,6 @@ "editorMode": "code", "expr": "sum by(__name__) (slurm_nodes_total{cluster=~\"gpu_cluster\"})", "format": "time_series", - "hide": false, "intervalFactor": 2, "legendFormat": "Total", "range": true, @@ -3428,6 +3404,7 @@ "type": "linear" }, "showPoints": "never", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -3438,7 +3415,6 @@ } }, "displayName": "${__field.displayName}", - "mappings": [], "min": 0, "thresholds": { "mode": "absolute", @@ -3518,10 +3494,14 @@ "h": 8, "w": 7, "x": 17, - "y": 11 + "y": 13 }, "id": 5, "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, "dataLinks": [], "legend": { "calcs": [], @@ -3535,7 +3515,7 @@ "sort": "asc" } }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -3547,7 +3527,6 @@ "expr": "slurm_nodes_down{cluster=~\"cpu_cluster|gpu_cluster\"} > 0", "format": "time_series", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "intervalFactor": 2, "legendFormat": "Down Node [{{node}}]", @@ -3565,7 +3544,6 @@ "expr": "slurm_nodes_drain{cluster=~\"cpu_cluster|gpu_cluster\"} > 0", "format": "time_series", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "intervalFactor": 2, "legendFormat": "Drain Node [{{node}}]", @@ -3583,7 +3561,6 @@ "expr": "slurm_nodes_fail{cluster=~\"cpu_cluster|gpu_cluster\"} > 0", "format": "time_series", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "intervalFactor": 2, "legendFormat": "Fail Node [{{node}}]", @@ -3601,7 +3578,6 @@ "expr": "slurm_nodes_err{cluster=~\"cpu_cluster|gpu_cluster\"} > 0", "format": "time_series", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "intervalFactor": 2, "legendFormat": "Error Node [{{node}}]", @@ -3619,10 +3595,9 @@ "h": 1, "w": 24, "x": 0, - "y": 19 + "y": 21 }, - "id": 14, - "panels": [], + "id": 242, "title": "CPU Nodes", "type": "row" }, @@ -3633,8 +3608,6 @@ }, "fieldConfig": { "defaults": { - "fieldMinMax": false, - "mappings": [], "thresholds": { "mode": "absolute", "steps": [ @@ -4016,7 +3989,7 @@ "h": 15, "w": 12, "x": 0, - "y": 20 + "y": 22 }, "id": 212, "options": { @@ -4040,7 +4013,7 @@ "textMode": "value_and_name", "wideLayout": false }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -4165,7 +4138,6 @@ "mode": "thresholds" }, "displayName": "${__field.labels.Metric} (${__field.labels.1}GB)", - "mappings": [], "max": 256, "min": 0, "thresholds": { @@ -4194,14 +4166,13 @@ ] }, "unit": "/ 256" - }, - "overrides": [] + } }, "gridPos": { "h": 15, "w": 12, "x": 12, - "y": 20 + "y": 22 }, "id": 131, "options": { @@ -4225,7 +4196,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -4252,7 +4223,6 @@ "editorMode": "code", "exemplar": false, "expr": "round((max by(node) (slurm_node_mem_total{cluster=\"cpu_cluster\"} - slurm_node_mem_alloc{cluster=\"cpu_cluster\"}))/1000, 1)", - "hide": false, "instant": true, "legendFormat": "{{node}}", "range": false, @@ -4399,6 +4369,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -4408,8 +4379,6 @@ "mode": "off" } }, - "fieldMinMax": false, - "mappings": [], "min": 0, "thresholds": { "mode": "percentage", @@ -4469,10 +4438,14 @@ "h": 8, "w": 5, "x": 0, - "y": 35 + "y": 37 }, "id": 125, "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, "legend": { "calcs": [ "lastNotNull" @@ -4487,7 +4460,7 @@ "sort": "none" } }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -4518,7 +4491,6 @@ "expr": "slurm_cpus_total{cluster=\"cpu_cluster\"}", "format": "time_series", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "instant": false, "legendFormat": "Total Hardware Threads", @@ -4542,8 +4514,6 @@ "mode": "fixed" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "min": 0, "thresholds": { "mode": "absolute", @@ -4554,14 +4524,13 @@ } ] } - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 6, "x": 5, - "y": 35 + "y": 37 }, "id": 114, "options": { @@ -4592,7 +4561,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -4604,7 +4573,6 @@ "exemplar": false, "expr": "sum by(partition) (slurm_queue_running{cluster=\"merlin7\"})", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "instant": true, "legendFormat": "{{partition}}", @@ -4651,8 +4619,6 @@ "mode": "thresholds" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "min": 0, "thresholds": { "mode": "absolute", @@ -4672,14 +4638,13 @@ ] }, "unit": "short" - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 6, "x": 11, - "y": 35 + "y": 37 }, "id": 117, "options": { @@ -4710,7 +4675,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -4722,7 +4687,6 @@ "exemplar": false, "expr": "slurm_partition_jobs_pending{cluster=\"cpu_cluster\"} > 0", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "instant": true, "legendFormat": "{{partition}}", @@ -4770,8 +4734,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -4785,14 +4747,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 7, "x": 17, - "y": 35 + "y": 37 }, "id": 229, "options": { @@ -4823,7 +4784,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -4901,8 +4862,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -4916,14 +4875,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 6, "x": 0, - "y": 43 + "y": 45 }, "id": 133, "options": { @@ -4954,7 +4912,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -5013,8 +4971,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -5028,14 +4984,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 6, "x": 6, - "y": 43 + "y": 45 }, "id": 230, "options": { @@ -5066,7 +5021,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -5125,8 +5080,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -5140,14 +5093,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 6, "x": 12, - "y": 43 + "y": 45 }, "id": 231, "options": { @@ -5178,7 +5130,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -5237,8 +5189,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -5252,14 +5202,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 6, "x": 18, - "y": 43 + "y": 45 }, "id": 232, "options": { @@ -5290,7 +5239,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -5349,8 +5298,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -5364,14 +5311,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 6, "x": 0, - "y": 51 + "y": 53 }, "id": 236, "options": { @@ -5402,7 +5348,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -5461,8 +5407,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -5476,14 +5420,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 6, "x": 6, - "y": 51 + "y": 53 }, "id": 239, "options": { @@ -5514,7 +5457,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -5573,8 +5516,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -5588,14 +5529,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 6, "x": 12, - "y": 51 + "y": 53 }, "id": 234, "options": { @@ -5626,7 +5566,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -5685,8 +5625,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -5700,14 +5638,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 6, "x": 18, - "y": 51 + "y": 53 }, "id": 235, "options": { @@ -5738,7 +5675,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -5791,10 +5728,9 @@ "h": 1, "w": 24, "x": 0, - "y": 59 + "y": 61 }, - "id": 173, - "panels": [], + "id": 243, "title": "A100 Nodes", "type": "row" }, @@ -5805,8 +5741,6 @@ }, "fieldConfig": { "defaults": { - "fieldMinMax": false, - "mappings": [], "thresholds": { "mode": "absolute", "steps": [ @@ -6155,7 +6089,7 @@ "h": 8, "w": 2, "x": 0, - "y": 60 + "y": 62 }, "id": 211, "options": { @@ -6179,7 +6113,7 @@ "textMode": "value_and_name", "wideLayout": false }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -6304,8 +6238,6 @@ "mode": "thresholds" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 4, "min": 0, "thresholds": { @@ -6334,14 +6266,13 @@ ] }, "unit": "/ 4" - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 3, "x": 2, - "y": 60 + "y": 62 }, "id": 195, "options": { @@ -6365,7 +6296,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -6377,7 +6308,6 @@ "exemplar": false, "expr": "slurm_node_gpus_total{cluster=\"gpu_cluster\"} - slurm_node_gpus_alloc{cluster=\"gpu_cluster\"}", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "instant": true, "legendFormat": "{{node}}", @@ -6441,7 +6371,6 @@ "mode": "continuous-blues" }, "displayName": "${__field.displayName}", - "mappings": [], "max": 128, "min": 0, "thresholds": { @@ -6470,14 +6399,13 @@ ] }, "unit": "/ 128 " - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 4, "x": 5, - "y": 60 + "y": 62 }, "id": 207, "options": { @@ -6501,7 +6429,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -6576,8 +6504,6 @@ "mode": "continuous-blues" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 515229, "min": 0, "thresholds": { @@ -6606,14 +6532,13 @@ ] }, "unit": "decmbytes" - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 3, "x": 9, - "y": 60 + "y": 62 }, "id": 65, "options": { @@ -6637,7 +6562,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -6713,8 +6638,6 @@ "mode": "fixed" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "min": 0, "noValue": "-", "thresholds": { @@ -6726,14 +6649,13 @@ } ] } - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 4, "x": 12, - "y": 60 + "y": 62 }, "id": 205, "options": { @@ -6764,7 +6686,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -6776,7 +6698,6 @@ "exemplar": false, "expr": "sum by(partition) (slurm_queue_running{cluster=\"gmerlin7\"})", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "instant": true, "legendFormat": "{{partition}}", @@ -6841,8 +6762,6 @@ "mode": "thresholds" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "min": 0, "noValue": "-", "thresholds": { @@ -6855,14 +6774,13 @@ ] }, "unit": "short" - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 4, "x": 16, - "y": 60 + "y": 62 }, "id": 199, "options": { @@ -6893,7 +6811,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -6905,7 +6823,6 @@ "exemplar": false, "expr": "slurm_partition_jobs_pending{cluster=\"gpu_cluster\"} > 0", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "instant": true, "legendFormat": "{{partition}}", @@ -6971,8 +6888,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -6986,14 +6901,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 8, "w": 4, "x": 20, - "y": 60 + "y": 62 }, "id": 200, "options": { @@ -7024,7 +6938,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -7126,6 +7040,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -7135,8 +7050,6 @@ "mode": "off" } }, - "fieldMinMax": false, - "mappings": [], "min": 0, "thresholds": { "mode": "percentage", @@ -7147,17 +7060,20 @@ } ] } - }, - "overrides": [] + } }, "gridPos": { "h": 7, "w": 4, "x": 0, - "y": 68 + "y": 70 }, "id": 198, "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, "legend": { "calcs": [ "lastNotNull" @@ -7172,7 +7088,7 @@ "sort": "none" } }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -7203,7 +7119,6 @@ "expr": "slurm_gpus_total{cluster=\"gpu_cluster\", type=\"nvidia_a100-sxm4-80gb\"}", "format": "time_series", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "instant": false, "legendFormat": "Total GPUs", @@ -7227,8 +7142,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -7242,14 +7155,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 7, "w": 5, "x": 4, - "y": 68 + "y": 70 }, "id": 202, "options": { @@ -7280,7 +7192,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -7339,8 +7251,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -7354,14 +7264,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 7, "w": 5, "x": 9, - "y": 68 + "y": 70 }, "id": 203, "options": { @@ -7392,7 +7301,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -7451,8 +7360,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -7466,14 +7373,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 7, "w": 5, "x": 14, - "y": 68 + "y": 70 }, "id": 204, "options": { @@ -7504,7 +7410,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -7563,8 +7469,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -7578,14 +7482,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 7, "w": 5, "x": 19, - "y": 68 + "y": 70 }, "id": 201, "options": { @@ -7616,7 +7519,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -7669,10 +7572,9 @@ "h": 1, "w": 24, "x": 0, - "y": 75 + "y": 77 }, - "id": 194, - "panels": [], + "id": 244, "title": "GH Nodes", "type": "row" }, @@ -7683,8 +7585,6 @@ }, "fieldConfig": { "defaults": { - "fieldMinMax": false, - "mappings": [], "thresholds": { "mode": "absolute", "steps": [ @@ -8033,7 +7933,7 @@ "h": 5, "w": 2, "x": 0, - "y": 76 + "y": 78 }, "id": 210, "options": { @@ -8057,7 +7957,7 @@ "textMode": "value_and_name", "wideLayout": false }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -8182,8 +8082,6 @@ "mode": "thresholds" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 4, "min": 0, "thresholds": { @@ -8212,14 +8110,13 @@ ] }, "unit": "/ 4" - }, - "overrides": [] + } }, "gridPos": { "h": 5, "w": 3, "x": 2, - "y": 76 + "y": 78 }, "id": 208, "options": { @@ -8243,7 +8140,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -8255,7 +8152,6 @@ "exemplar": false, "expr": "slurm_node_gpus_total{cluster=\"gpu_cluster\"} - slurm_node_gpus_alloc{cluster=\"gpu_cluster\"}", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "instant": true, "legendFormat": "{{node}}", @@ -8319,7 +8215,6 @@ "mode": "continuous-blues" }, "displayName": "${__field.displayName}", - "mappings": [], "max": 288, "min": 0, "thresholds": { @@ -8348,14 +8243,13 @@ ] }, "unit": "/ 288" - }, - "overrides": [] + } }, "gridPos": { "h": 5, "w": 4, "x": 5, - "y": 76 + "y": 78 }, "id": 196, "options": { @@ -8379,7 +8273,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -8454,8 +8348,6 @@ "mode": "continuous-blues" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 874967, "min": 0, "thresholds": { @@ -8484,14 +8376,13 @@ ] }, "unit": "decmbytes" - }, - "overrides": [] + } }, "gridPos": { "h": 5, "w": 3, "x": 9, - "y": 76 + "y": 78 }, "id": 197, "options": { @@ -8515,7 +8406,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -8591,8 +8482,6 @@ "mode": "fixed" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "min": 0, "noValue": "-", "thresholds": { @@ -8604,14 +8493,13 @@ } ] } - }, - "overrides": [] + } }, "gridPos": { "h": 5, "w": 4, "x": 12, - "y": 76 + "y": 78 }, "id": 192, "options": { @@ -8642,7 +8530,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -8654,7 +8542,6 @@ "exemplar": false, "expr": "sum by(partition) (slurm_queue_running{cluster=\"gmerlin7\"})", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "instant": true, "legendFormat": "{{partition}}", @@ -8719,8 +8606,6 @@ "mode": "thresholds" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "min": 0, "noValue": "-", "thresholds": { @@ -8733,14 +8618,13 @@ ] }, "unit": "short" - }, - "overrides": [] + } }, "gridPos": { "h": 5, "w": 4, "x": 16, - "y": 76 + "y": 78 }, "id": 180, "options": { @@ -8771,7 +8655,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -8783,7 +8667,6 @@ "exemplar": false, "expr": "slurm_partition_jobs_pending{cluster=\"gpu_cluster\"} > 0", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "instant": true, "legendFormat": "{{partition}}", @@ -8849,8 +8732,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -8864,14 +8745,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 5, "w": 4, "x": 20, - "y": 76 + "y": 78 }, "id": 193, "options": { @@ -8902,7 +8782,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -9004,6 +8884,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -9013,8 +8894,6 @@ "mode": "off" } }, - "fieldMinMax": false, - "mappings": [], "min": 0, "thresholds": { "mode": "percentage", @@ -9025,17 +8904,20 @@ } ] } - }, - "overrides": [] + } }, "gridPos": { "h": 7, "w": 4, "x": 0, - "y": 81 + "y": 83 }, "id": 190, "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, "legend": { "calcs": [ "lastNotNull" @@ -9050,7 +8932,7 @@ "sort": "none" } }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -9081,7 +8963,6 @@ "expr": "slurm_gpus_total{cluster=\"gpu_cluster\", type=\"gh200\"}", "format": "time_series", "fullMetaSearch": false, - "hide": false, "includeNullMetadata": true, "instant": false, "legendFormat": "Total GPUs", @@ -9105,8 +8986,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -9120,14 +8999,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 7, "w": 5, "x": 4, - "y": 81 + "y": 83 }, "id": 184, "options": { @@ -9158,7 +9036,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -9217,8 +9095,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -9232,14 +9108,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 7, "w": 5, "x": 9, - "y": 81 + "y": 83 }, "id": 181, "options": { @@ -9270,7 +9145,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -9329,8 +9204,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -9344,14 +9217,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 7, "w": 5, "x": 14, - "y": 81 + "y": 83 }, "id": 182, "options": { @@ -9382,7 +9254,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -9441,8 +9313,6 @@ "mode": "continuous-GrYlRd" }, "displayName": "${__field.displayName}", - "fieldMinMax": false, - "mappings": [], "max": 604800, "min": 0, "noValue": "-", @@ -9456,14 +9326,13 @@ ] }, "unit": "s" - }, - "overrides": [] + } }, "gridPos": { "h": 7, "w": 5, "x": 19, - "y": 81 + "y": 83 }, "id": 183, "options": { @@ -9494,7 +9363,7 @@ }, "valueMode": "text" }, - "pluginVersion": "12.1.1", + "pluginVersion": "13.0.0", "targets": [ { "datasource": { @@ -9544,11 +9413,7 @@ ], "preload": false, "refresh": "15s", - "schemaVersion": 41, - "tags": [], - "templating": { - "list": [] - }, + "schemaVersion": 42, "time": { "from": "now-24h", "to": "now" @@ -9568,8 +9433,8 @@ "1d" ] }, - "timezone": "", + "timezone": "browser", "title": "SLURM Dashboard (Users)", "uid": "03bf2d39-1c0b-44f9-9c10-72ef164f29b6", - "version": 59 + "version": 60 }