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": {