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
+1 -1
View File
@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.4
version: 0.2.5
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
+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"
},