fix(grafana): use dashboard range for disk discovery

Assisted-by: pi (gpt-5.6-sol)
This commit is contained in:
Gabriel Fontes
2026-08-10 20:49:36 -03:00
parent e14a866cce
commit e3673ed9cd
@@ -1301,7 +1301,7 @@
"version": "v0",
"spec": {
"qryType": 3,
"query": "query_result(last_over_time(node_btrfs_info{instance=\"$hostname\"}[30d]))",
"query": "query_result(last_over_time(node_btrfs_info{instance=\"$hostname\"}[$__range]))",
"refId": "PrometheusVariableQueryEditor-VariableQuery"
}
},