From 6ac01e58791136332f573d01c49d579fa4ec4a7c Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 13 Dec 2025 15:29:08 -0300 Subject: [PATCH] atlas pods: simplify plurality table (no filter) --- scripts/dashboards_render_atlas.py | 1 - services/monitoring/dashboards/atlas-pods.json | 8 -------- services/monitoring/grafana-dashboard-pods.yaml | 8 -------- 3 files changed, 17 deletions(-) diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index 7692bdb..3c69900 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -1194,7 +1194,6 @@ def build_pods_dashboard(): unit="percent", transformations=[ {"id": "labelsToFields", "options": {}}, - {"id": "filterByValue", "options": {"match": "Value", "operator": "gt", "value": 0}}, {"id": "sortBy", "options": {"fields": ["node", "Value"], "order": "asc"}}, ], instant=True, diff --git a/services/monitoring/dashboards/atlas-pods.json b/services/monitoring/dashboards/atlas-pods.json index 36c8767..b5cfdee 100644 --- a/services/monitoring/dashboards/atlas-pods.json +++ b/services/monitoring/dashboards/atlas-pods.json @@ -527,14 +527,6 @@ "id": "labelsToFields", "options": {} }, - { - "id": "filterByValue", - "options": { - "match": "Value", - "operator": "gt", - "value": 0 - } - }, { "id": "sortBy", "options": { diff --git a/services/monitoring/grafana-dashboard-pods.yaml b/services/monitoring/grafana-dashboard-pods.yaml index e0a6bfe..798cf7e 100644 --- a/services/monitoring/grafana-dashboard-pods.yaml +++ b/services/monitoring/grafana-dashboard-pods.yaml @@ -536,14 +536,6 @@ data: "id": "labelsToFields", "options": {} }, - { - "id": "filterByValue", - "options": { - "match": "Value", - "operator": "gt", - "value": 0 - } - }, { "id": "sortBy", "options": {