mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
fix(grafana): use dashboard range for disk discovery
Assisted-by: pi (gpt-5.6-sol)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user