From a5dd60b5ac9f5c586bbef068e8d5e9e932db048d Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Mon, 6 Apr 2026 15:51:14 +0100 Subject: [PATCH] Added telemt dashboard --- k8s/core/prom-stack/telemt-dashboard-cm.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/k8s/core/prom-stack/telemt-dashboard-cm.yaml b/k8s/core/prom-stack/telemt-dashboard-cm.yaml index 4da0bb3..1bc0f97 100644 --- a/k8s/core/prom-stack/telemt-dashboard-cm.yaml +++ b/k8s/core/prom-stack/telemt-dashboard-cm.yaml @@ -69,18 +69,15 @@ data: "id": "joinByField", "options": { "byField": "node", "mode": "outer" } }, + { + "id": "filterFieldsByName", + "options": { + "include": { "pattern": "^(node|Value.*)$" } + } + }, { "id": "organize", "options": { - "excludeByName": { - "Time": true, - "Time 1": true, - "Time 2": true, - "Time 3": true, - "Time 4": true, - "Time 5": true, - "Time 6": true - }, "renameByName": { "node": "Node", "Value #uptime": "Uptime",