From 307d31491e6def0fb2b78140174e4608ea78f2dc Mon Sep 17 00:00:00 2001 From: Ryan McGuire Date: Sun, 5 Jul 2026 20:44:45 -0400 Subject: [PATCH] fix dashboard --- helm/Chart.yaml | 2 +- helm/dashboards/econet-exporter.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 5a73ba3..fa3e6ea 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -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.1 +version: 0.2.2 # 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 diff --git a/helm/dashboards/econet-exporter.json b/helm/dashboards/econet-exporter.json index 3ff02a0..b09eb5c 100644 --- a/helm/dashboards/econet-exporter.json +++ b/helm/dashboards/econet-exporter.json @@ -140,13 +140,14 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": ["lastNotNull"], "fields": "", "values": false }, - "textMode": "auto" + "textMode": "value_and_name" }, "pluginVersion": "11.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${datasource}" }, "expr": "econet_running{econet_friendly_name=~\"$device\"}", + "instant": true, "legendFormat": "{{econet_running_state}}", "refId": "A" }