diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index c1f4e1d..2a30b14 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -1182,7 +1182,7 @@ def build_pods_dashboard(): unit="percent", transformations=[ {"id": "labelsToFields", "options": {}}, - {"id": "sortBy", "options": {"fields": ["Value"], "order": "desc"}}, + {"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 1c87938..cece44a 100644 --- a/services/monitoring/dashboards/atlas-pods.json +++ b/services/monitoring/dashboards/atlas-pods.json @@ -531,9 +531,10 @@ "id": "sortBy", "options": { "fields": [ + "node", "Value" ], - "order": "desc" + "order": "asc" } } ] diff --git a/services/monitoring/grafana-dashboard-pods.yaml b/services/monitoring/grafana-dashboard-pods.yaml index 22ee334..76cf4c1 100644 --- a/services/monitoring/grafana-dashboard-pods.yaml +++ b/services/monitoring/grafana-dashboard-pods.yaml @@ -540,9 +540,10 @@ data: "id": "sortBy", "options": { "fields": [ + "node", "Value" ], - "order": "desc" + "order": "asc" } } ]