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",