grafana: update resources

Changed files: dashboards/Merlin7/Management_Reporting_plots.json,dashboards/Merlin7/Merlin7_Slurm_Native_OpenMetrics.json
This commit is contained in:
gitea-actions[bot]
2026-06-19 11:01:04 +00:00
parent 33eeb2aba8
commit 460424eba0
2 changed files with 1492 additions and 932 deletions
@@ -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
}
File diff suppressed because it is too large Load Diff