fix dashboard
Build and Publish / container-images (push) Has been skipped
Build and Publish / check-chart (push) Successful in 12s
Build and Publish / go-binaries (push) Has been skipped
Build and Publish / helm-release (push) Successful in 18s

This commit is contained in:
2026-07-05 20:44:45 -04:00
parent 39424ce663
commit 307d31491e
2 changed files with 3 additions and 2 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 # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.1 version: 0.2.2
# This is the version number of the application being deployed. This version number should be # 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 # incremented each time you make changes to the application. Versions are not expected to
+2 -1
View File
@@ -140,13 +140,14 @@
"justifyMode": "auto", "justifyMode": "auto",
"orientation": "auto", "orientation": "auto",
"reduceOptions": { "calcs": ["lastNotNull"], "fields": "", "values": false }, "reduceOptions": { "calcs": ["lastNotNull"], "fields": "", "values": false },
"textMode": "auto" "textMode": "value_and_name"
}, },
"pluginVersion": "11.0.0", "pluginVersion": "11.0.0",
"targets": [ "targets": [
{ {
"datasource": { "type": "prometheus", "uid": "${datasource}" }, "datasource": { "type": "prometheus", "uid": "${datasource}" },
"expr": "econet_running{econet_friendly_name=~\"$device\"}", "expr": "econet_running{econet_friendly_name=~\"$device\"}",
"instant": true,
"legendFormat": "{{econet_running_state}}", "legendFormat": "{{econet_running_state}}",
"refId": "A" "refId": "A"
} }