Skip to content
Snippets Groups Projects
Commit 497c4463 authored by Florian Sesser's avatar Florian Sesser
Browse files

PSI dashes order: CPU, Mem, IO

parent d6c84206
Branches
No related tags found
2 merge requests!274merge develop into production,!268Grafana: Revamp network errors panel, add (experimental) PSI panels
Pipeline #1857 passed
......@@ -1559,7 +1559,7 @@
"x": 8,
"y": 25
},
"id": 37,
"id": 38,
"options": {
"legend": {
"calcs": [],
......@@ -1577,13 +1577,13 @@
"uid": "000000001"
},
"exemplar": true,
"expr": "rate(node_pressure_io_waiting_seconds_total[5m])",
"expr": "rate(node_pressure_memory_waiting_seconds_total[5m])",
"interval": "",
"legendFormat": "{{instance}}",
"refId": "A"
}
],
"title": "I/O waiting",
"title": "Memory waiting",
"type": "timeseries"
},
{
......@@ -1643,7 +1643,7 @@
"x": 16,
"y": 25
},
"id": 38,
"id": 37,
"options": {
"legend": {
"calcs": [],
......@@ -1661,13 +1661,13 @@
"uid": "000000001"
},
"exemplar": true,
"expr": "rate(node_pressure_memory_waiting_seconds_total[5m])",
"expr": "rate(node_pressure_io_waiting_seconds_total[5m])",
"interval": "",
"legendFormat": "{{instance}}",
"refId": "A"
}
],
"title": "Memory waiting",
"title": "I/O waiting",
"type": "timeseries"
}
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment