Skip to content
Snippets Groups Projects
Verified Commit 245a6493 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(monitoring): Fix dashboard using interval instead of range

parent ed7829d3
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "avg(avg_over_time(node_hwmon_power_average_watt[$__interval]))",
"expr": "avg(avg_over_time(node_hwmon_power_average_watt[$__range]))",
"instant": false,
"legendFormat": "__auto",
"range": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment