From 460424eba0d65fdc778bfca6a461f7c5ec97b421 Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Fri, 19 Jun 2026 11:01:04 +0000 Subject: [PATCH] grafana: update resources Changed files: dashboards/Merlin7/Management_Reporting_plots.json,dashboards/Merlin7/Merlin7_Slurm_Native_OpenMetrics.json --- .../Merlin7/Management_Reporting_plots.json | 558 +++++ .../Merlin7_Slurm_Native_OpenMetrics.json | 1866 +++++++++-------- 2 files changed, 1492 insertions(+), 932 deletions(-) create mode 100644 dashboards/Merlin7/Management_Reporting_plots.json diff --git a/dashboards/Merlin7/Management_Reporting_plots.json b/dashboards/Merlin7/Management_Reporting_plots.json new file mode 100644 index 0000000..8e55755 --- /dev/null +++ b/dashboards/Merlin7/Management_Reporting_plots.json @@ -0,0 +1,558 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": null, + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "description": "Show the level of allocation of available resources", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "axisSoftMin": 0, + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 33, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineStyle": { + "fill": "solid" + }, + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "showValues": false, + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "blue", + "value": 0 + } + ] + }, + "unit": "percentunit" + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "100%", + "scope": "series" + }, + "properties": [ + { + "id": "custom.fillOpacity", + "value": 0 + }, + { + "id": "custom.lineStyle", + "value": { + "dash": [ + 10, + 10 + ], + "fill": "dash" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "100%" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "yellow", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "%Memory" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "blue", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "%CPU" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "orange", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "A100 GPU" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "green", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "g200 GPU" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "semi-dark-purple", + "mode": "fixed" + } + } + ] + } + ] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 0 + }, + "id": 1, + "interval": "15min", + "maxDataPoints": 300, + "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "13.0.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "avg_over_time(\n (\n sum(slurm_node_cpus_alloc{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"})\n /\n sum(slurm_node_cpus{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"})\n )[$__interval:]\n)", + "legendFormat": "%CPU", + "range": true, + "refId": "A" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "avg_over_time(\n (\n sum(slurm_node_memory_alloc_bytes{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"})\n /\n sum(slurm_node_memory_bytes{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"})\n )[$__interval:]\n)", + "instant": false, + "legendFormat": "%Memory", + "range": true, + "refId": "B" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "1", + "instant": false, + "legendFormat": "100%", + "range": true, + "refId": "C" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "avg_over_time(\n (\n sum(slurm_exporter_gpus_alloc{type=\"nvidia_a100-sxm4-80gb\",slurm_cluster=\"$slurm_cluster\"})\n /\n sum(slurm_exporter_gpus_total{type=\"nvidia_a100-sxm4-80gb\",slurm_cluster=\"$slurm_cluster\"})\n )[$__interval:]\n)", + "instant": false, + "legendFormat": "A100 GPU", + "range": true, + "refId": "D" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "avg_over_time(\n (\n sum(slurm_exporter_gpus_alloc{type=\"gh200\",slurm_cluster=\"$slurm_cluster\"})\n /\n sum(slurm_exporter_gpus_total{type=\"gh200\",slurm_cluster=\"$slurm_cluster\"})\n )[$__interval:]\n)", + "instant": false, + "legendFormat": "g200 GPU", + "range": true, + "refId": "E" + } + ], + "title": "%Resources allocated", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 20, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 2, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "showValues": false, + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "running" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "green", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "pending" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "blue", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "completing" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "dark-purple", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "suspended" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "super-light-yellow", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "configuring" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "dark-green", + "mode": "fixed" + } + } + ] + } + ] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 9 + }, + "id": 2, + "interval": "15min", + "maxDataPoints": 300, + "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "13.0.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "avg_over_time(\n (\n slurm_jobs_completing{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}\n )[$__interval:]\n)", + "legendFormat": "completing", + "range": true, + "refId": "C" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "avg_over_time(\n (\n slurm_jobs_suspended{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}\n )[$__interval:]\n)", + "legendFormat": "suspended", + "range": true, + "refId": "D" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "avg_over_time(\n (\n slurm_jobs_running{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}\n )[$__interval:]\n)", + "legendFormat": "running", + "range": true, + "refId": "A" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "avg_over_time(\n (\n slurm_jobs_configuring{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}\n )[$__interval:]\n) ", + "legendFormat": "configuring", + "range": true, + "refId": "E" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "avg_over_time(\n (\n slurm_jobs_pending{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}\n )[$__interval:]\n)", + "legendFormat": "pending", + "range": true, + "refId": "B" + } + ], + "title": "Job States", + "type": "timeseries" + } + ], + "preload": false, + "refresh": "", + "schemaVersion": 42, + "templating": { + "list": [ + { + "allowCustomValue": true, + "current": { + "text": "gmerlin7", + "value": "gmerlin7" + }, + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "definition": "label_values(slurm_node_cpus,slurm_cluster)", + "hide": 0, + "includeAll": false, + "label": "", + "multi": false, + "name": "slurm_cluster", + "options": [], + "query": { + "qryType": 1, + "query": "label_values(slurm_node_cpus,slurm_cluster)", + "refId": "PrometheusVariableQueryEditor-VariableQuery" + }, + "refresh": 1, + "regex": "", + "regexApplyTo": "value", + "skipUrlSync": false, + "sort": 0, + "type": "query" + } + ] + }, + "time": { + "from": "now-30d", + "to": "now" + }, + "timepicker": { + "refresh_intervals": [ + "5s", + "10s", + "30s", + "1m", + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ] + }, + "timezone": "browser", + "title": "Management Reporting plots", + "uid": "de2gr4s", + "version": 5 +} diff --git a/dashboards/Merlin7/Merlin7_Slurm_Native_OpenMetrics.json b/dashboards/Merlin7/Merlin7_Slurm_Native_OpenMetrics.json index 9722d2b..0c18ddd 100644 --- a/dashboards/Merlin7/Merlin7_Slurm_Native_OpenMetrics.json +++ b/dashboards/Merlin7/Merlin7_Slurm_Native_OpenMetrics.json @@ -278,7 +278,7 @@ "index": 6 }, "MIXED": { - "color": "yellow", + "color": "super-light-green", "index": 3 } }, @@ -1957,7 +1957,7 @@ "type": "timeseries" }, { - "collapsed": false, + "collapsed": true, "gridPos": { "h": 1, "w": 24, @@ -1965,928 +1965,930 @@ "y": 30 }, "id": 129, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "bars", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "showValues": false, + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + } + } + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 31 + }, + "id": 116, + "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "13.0.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "slurm_user_jobs_running{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", + "instant": false, + "legendFormat": "{{username}}", + "range": true, + "refId": "A" + } + ], + "title": "Jobs running per user", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "bars", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "showValues": false, + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + } + } + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 31 + }, + "id": 122, + "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "13.0.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "slurm_user_jobs_cpus_alloc{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"} ", + "instant": false, + "legendFormat": "{{username}}", + "range": true, + "refId": "A" + } + ], + "title": "CPUs allocated per user", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "bars", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "showValues": false, + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + } + } + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 39 + }, + "id": 120, + "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "13.0.1+security-01", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "slurm_user_jobs_pending{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", + "instant": false, + "legendFormat": "{{username}}", + "range": true, + "refId": "A" + } + ], + "title": "Pending jobs per user", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "bars", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "showValues": false, + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "mbytes" + } + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 39 + }, + "id": 119, + "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "13.0.1+security-01", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "slurm_user_jobs_memory_alloc{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", + "instant": false, + "legendFormat": "{{username}}", + "range": true, + "refId": "A" + } + ], + "title": "Allocated memory per user", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "showValues": false, + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + } + } + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 47 + }, + "id": 117, + "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "13.0.1+security-01", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "slurm_user_jobs_cpus_alloc{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"} / slurm_user_jobs_running{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", + "instant": false, + "legendFormat": "{{username}}", + "range": true, + "refId": "A" + } + ], + "title": "Users' avg CPUs per job", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "showValues": false, + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "mbytes" + } + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 47 + }, + "id": 118, + "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "13.0.1+security-01", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "slurm_user_jobs_memory_alloc{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"} / slurm_user_jobs_running{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", + "instant": false, + "legendFormat": "{{username}}", + "range": true, + "refId": "A" + } + ], + "title": "Users' avg. memory per Job", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "bars", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "showValues": false, + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + } + } + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 55 + }, + "id": 121, + "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "13.0.1+security-01", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "slurm_user_jobs_failed{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", + "instant": false, + "legendFormat": "{{username}}", + "range": true, + "refId": "A" + } + ], + "title": "Failed jobs per user", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "showValues": false, + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "mbytes" + } + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 55 + }, + "id": 124, + "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "13.0.1+security-01", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "slurm_user_jobs_memory_alloc{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"} / slurm_user_jobs_cpus_alloc{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", + "instant": false, + "legendFormat": "{{username}}", + "range": true, + "refId": "A" + } + ], + "title": "Users' avg. memory per alloc. CPU", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "bars", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "showValues": false, + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + } + } + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 63 + }, + "id": 123, + "options": { + "annotations": { + "clustering": -1, + "multiLane": false + }, + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "13.0.1+security-01", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "merlin-mimir" + }, + "editorMode": "code", + "expr": "slurm_user_jobs_cancelled{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", + "instant": false, + "legendFormat": "{{username}}", + "range": true, + "refId": "A" + } + ], + "title": "Cancelled jobs per user", + "type": "timeseries" + } + ], "title": "user monitoring", "type": "row" }, - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "barWidthFactor": 0.6, - "drawStyle": "bars", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "showValues": false, - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": 0 - }, - { - "color": "red", - "value": 80 - } - ] - } - } - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 31 - }, - "id": 116, - "options": { - "annotations": { - "clustering": -1, - "multiLane": false - }, - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "hideZeros": false, - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "13.0.2", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "editorMode": "code", - "expr": "slurm_user_jobs_running{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", - "instant": false, - "legendFormat": "{{username}}", - "range": true, - "refId": "A" - } - ], - "title": "Jobs running per user", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "barWidthFactor": 0.6, - "drawStyle": "bars", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "showValues": false, - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": 0 - }, - { - "color": "red", - "value": 80 - } - ] - } - } - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 31 - }, - "id": 122, - "options": { - "annotations": { - "clustering": -1, - "multiLane": false - }, - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "hideZeros": false, - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "13.0.2", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "editorMode": "code", - "expr": "slurm_user_jobs_cpus_alloc{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"} ", - "instant": false, - "legendFormat": "{{username}}", - "range": true, - "refId": "A" - } - ], - "title": "CPUs allocated per user", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "barWidthFactor": 0.6, - "drawStyle": "bars", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "showValues": false, - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": 0 - }, - { - "color": "red", - "value": 80 - } - ] - } - } - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 39 - }, - "id": 120, - "options": { - "annotations": { - "clustering": -1, - "multiLane": false - }, - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "hideZeros": false, - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "13.0.1+security-01", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "editorMode": "code", - "expr": "slurm_user_jobs_pending{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", - "instant": false, - "legendFormat": "{{username}}", - "range": true, - "refId": "A" - } - ], - "title": "Pending jobs per user", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "barWidthFactor": 0.6, - "drawStyle": "bars", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "showValues": false, - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": 0 - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "mbytes" - } - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 39 - }, - "id": 119, - "options": { - "annotations": { - "clustering": -1, - "multiLane": false - }, - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "hideZeros": false, - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "13.0.1+security-01", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "editorMode": "code", - "expr": "slurm_user_jobs_memory_alloc{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", - "instant": false, - "legendFormat": "{{username}}", - "range": true, - "refId": "A" - } - ], - "title": "Allocated memory per user", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "barWidthFactor": 0.6, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "showValues": false, - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": 0 - }, - { - "color": "red", - "value": 80 - } - ] - } - } - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 47 - }, - "id": 117, - "options": { - "annotations": { - "clustering": -1, - "multiLane": false - }, - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "hideZeros": false, - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "13.0.1+security-01", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "editorMode": "code", - "expr": "slurm_user_jobs_cpus_alloc{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"} / slurm_user_jobs_running{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", - "instant": false, - "legendFormat": "{{username}}", - "range": true, - "refId": "A" - } - ], - "title": "Users' avg CPUs per job", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "barWidthFactor": 0.6, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "showValues": false, - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": 0 - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "mbytes" - } - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 47 - }, - "id": 118, - "options": { - "annotations": { - "clustering": -1, - "multiLane": false - }, - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "hideZeros": false, - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "13.0.1+security-01", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "editorMode": "code", - "expr": "slurm_user_jobs_memory_alloc{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"} / slurm_user_jobs_running{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", - "instant": false, - "legendFormat": "{{username}}", - "range": true, - "refId": "A" - } - ], - "title": "Users' avg. memory per Job", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "barWidthFactor": 0.6, - "drawStyle": "bars", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "showValues": false, - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": 0 - }, - { - "color": "red", - "value": 80 - } - ] - } - } - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 55 - }, - "id": 121, - "options": { - "annotations": { - "clustering": -1, - "multiLane": false - }, - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "hideZeros": false, - "mode": "single", - "sort": "none" - } - }, - "pluginVersion": "13.0.1+security-01", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "editorMode": "code", - "expr": "slurm_user_jobs_failed{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", - "instant": false, - "legendFormat": "{{username}}", - "range": true, - "refId": "A" - } - ], - "title": "Failed jobs per user", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "barWidthFactor": 0.6, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "showValues": false, - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": 0 - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "mbytes" - } - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 55 - }, - "id": 124, - "options": { - "annotations": { - "clustering": -1, - "multiLane": false - }, - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "hideZeros": false, - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "13.0.1+security-01", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "editorMode": "code", - "expr": "slurm_user_jobs_memory_alloc{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"} / slurm_user_jobs_cpus_alloc{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", - "instant": false, - "legendFormat": "{{username}}", - "range": true, - "refId": "A" - } - ], - "title": "Users' avg. memory per alloc. CPU", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "barWidthFactor": 0.6, - "drawStyle": "bars", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "showValues": false, - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": 0 - }, - { - "color": "red", - "value": 80 - } - ] - } - } - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 63 - }, - "id": 123, - "options": { - "annotations": { - "clustering": -1, - "multiLane": false - }, - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "hideZeros": false, - "mode": "single", - "sort": "none" - } - }, - "pluginVersion": "13.0.1+security-01", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "merlin-mimir" - }, - "editorMode": "code", - "expr": "slurm_user_jobs_cancelled{slurm_cluster=\"$slurm_cluster\",instance=~\".*01\"}", - "instant": false, - "legendFormat": "{{username}}", - "range": true, - "refId": "A" - } - ], - "title": "Cancelled jobs per user", - "type": "timeseries" - }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 71 + "y": 31 }, "id": 130, "panels": [ @@ -2974,7 +2976,7 @@ "h": 8, "w": 12, "x": 0, - "y": 72 + "y": 32 }, "id": 20, "options": { @@ -3106,7 +3108,7 @@ "h": 8, "w": 12, "x": 12, - "y": 72 + "y": 32 }, "id": 21, "options": { @@ -3224,7 +3226,7 @@ "h": 8, "w": 12, "x": 0, - "y": 80 + "y": 40 }, "id": 22, "options": { @@ -3331,7 +3333,7 @@ "h": 8, "w": 12, "x": 12, - "y": 80 + "y": 40 }, "id": 23, "options": { @@ -3378,7 +3380,7 @@ "h": 1, "w": 24, "x": 0, - "y": 72 + "y": 32 }, "id": 131, "panels": [ @@ -3445,7 +3447,7 @@ "h": 8, "w": 8, "x": 0, - "y": 73 + "y": 33 }, "id": 30, "options": { @@ -3545,7 +3547,7 @@ "h": 8, "w": 8, "x": 8, - "y": 73 + "y": 33 }, "id": 31, "options": { @@ -3646,7 +3648,7 @@ "h": 8, "w": 8, "x": 16, - "y": 73 + "y": 33 }, "id": 32, "options": { @@ -3693,7 +3695,7 @@ "h": 1, "w": 24, "x": 0, - "y": 73 + "y": 33 }, "id": 132, "panels": [ @@ -3760,7 +3762,7 @@ "h": 8, "w": 12, "x": 12, - "y": 74 + "y": 34 }, "id": 11, "options": { @@ -3851,7 +3853,7 @@ "h": 1, "w": 24, "x": 0, - "y": 74 + "y": 34 }, "id": 133, "panels": [ @@ -3919,7 +3921,7 @@ "h": 8, "w": 8, "x": 0, - "y": 75 + "y": 35 }, "id": 50, "options": { @@ -4052,7 +4054,7 @@ "h": 8, "w": 8, "x": 8, - "y": 75 + "y": 35 }, "id": 51, "options": { @@ -4185,7 +4187,7 @@ "h": 8, "w": 8, "x": 16, - "y": 75 + "y": 35 }, "id": 52, "options": { @@ -4319,7 +4321,7 @@ "h": 8, "w": 12, "x": 0, - "y": 83 + "y": 43 }, "id": 53, "options": { @@ -4419,7 +4421,7 @@ "h": 8, "w": 12, "x": 12, - "y": 83 + "y": 43 }, "id": 54, "options": { @@ -4540,5 +4542,5 @@ "timezone": "browser", "title": "Merlin7 Slurm Native OpenMetrics", "uid": "de7rpsq1merlin7slurm1", - "version": 26 + "version": 27 }