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 @@ ...@@ -118,7 +118,7 @@
"uid": "${DS_PROMETHEUS}" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "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, "instant": false,
"legendFormat": "__auto", "legendFormat": "__auto",
"range": true, "range": true,
...@@ -579,4 +579,4 @@ ...@@ -579,4 +579,4 @@
"uid": "ab765508-9634-48d4-93b8-bd6f2e24ac05", "uid": "ab765508-9634-48d4-93b8-bd6f2e24ac05",
"version": 5, "version": 5,
"weekStart": "" "weekStart": ""
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment