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

Monitoring: Fix max CPU usage graph

parent a9646de4
Branches
No related tags found
2 merge requests!384update production,!383Monitoring: Fix max CPU usage graph
Pipeline #3235 passed
......@@ -116,7 +116,7 @@
"pluginVersion": "8.3.5",
"targets": [
{
"expr": "1 - (max by (instance) (irate(node_cpu_seconds_total{mode=\"idle\"}[5m])))",
"expr": "1 - (min by (instance) (irate(node_cpu_seconds_total{mode=\"idle\"}[5m])))",
"interval": "",
"intervalFactor": 1,
"legendFormat": "{{instance}}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment