improve dashboard
Build and Publish / go-binaries (push) Has been skipped
Build and Publish / container-images (push) Has been skipped
Build and Publish / check-chart (push) Successful in 52s
Build and Publish / helm-release (push) Successful in 17s

This commit is contained in:
2026-07-05 21:15:33 -04:00
parent 211d833489
commit 4645c5d5a1
2 changed files with 16 additions and 5 deletions
+15 -4
View File
@@ -251,9 +251,9 @@
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "max by (econet_friendly_name) (econet_running{econet_friendly_name=~\"$device\"})",
"expr": "max by (econet_running_state) (econet_running{econet_friendly_name=~\"$device\"})",
"instant": true,
"legendFormat": "{{econet_friendly_name}}",
"legendFormat": "{{econet_running_state}}",
"refId": "A"
}
],
@@ -1120,11 +1120,22 @@
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "max by (econet_friendly_name) (econet_running{econet_friendly_name=~\"$device\"})",
"legendFormat": "{{econet_friendly_name}}",
"expr": "max by (econet_running_state) (econet_running{econet_friendly_name=~\"$device\"})",
"legendFormat": "{{econet_running_state}}",
"refId": "A"
}
],
"transformations": [
{
"id": "filterFieldsByName",
"options": {
"byVariable": false,
"include": {
"pattern": "^[^V]+"
}
}
}
],
"title": "Heating Timeline",
"type": "state-timeline"
},