diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index 26f849a..1f1b86c 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -1201,18 +1201,14 @@ def build_pods_dashboard(): panels.append( table_panel( 10, - "Namespace Plurality by Node v21", + "Namespace Plurality by Node v22", ( f"{share_expr} * on(namespace,node) group_left() " f"({mask_expr}) * on(namespace,node) group_left() ({nonzero_expr})" ), {"h": 8, "w": 24, "x": 0, "y": 42}, unit="percent", - transformations=[ - {"id": "labelsToFields", "options": {}}, - {"id": "organize", "options": {"excludeByName": {"Time": True}}}, - {"id": "sortBy", "options": {"fields": ["node", "Value"], "order": "asc"}}, - ], + transformations=None, instant=True, options={"showColumnFilters": False}, filterable=False, diff --git a/services/monitoring/dashboards/atlas-pods.json b/services/monitoring/dashboards/atlas-pods.json index 7e4f596..b520314 100644 --- a/services/monitoring/dashboards/atlas-pods.json +++ b/services/monitoring/dashboards/atlas-pods.json @@ -507,7 +507,7 @@ { "id": 10, "type": "table", - "title": "Namespace Plurality by Node v21", + "title": "Namespace Plurality by Node v22", "datasource": { "type": "prometheus", "uid": "atlas-vm" @@ -543,31 +543,7 @@ "fields": "", "calcs": [] } - }, - "transformations": [ - { - "id": "labelsToFields", - "options": {} - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": true - } - } - }, - { - "id": "sortBy", - "options": { - "fields": [ - "node", - "Value" - ], - "order": "asc" - } - } - ] + } } ], "time": { diff --git a/services/monitoring/grafana-dashboard-pods.yaml b/services/monitoring/grafana-dashboard-pods.yaml index f9678fb..4b360bf 100644 --- a/services/monitoring/grafana-dashboard-pods.yaml +++ b/services/monitoring/grafana-dashboard-pods.yaml @@ -516,7 +516,7 @@ data: { "id": 10, "type": "table", - "title": "Namespace Plurality by Node v21", + "title": "Namespace Plurality by Node v22", "datasource": { "type": "prometheus", "uid": "atlas-vm" @@ -552,31 +552,7 @@ data: "fields": "", "calcs": [] } - }, - "transformations": [ - { - "id": "labelsToFields", - "options": {} - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": true - } - } - }, - { - "id": "sortBy", - "options": { - "fields": [ - "node", - "Value" - ], - "order": "asc" - } - } - ] + } } ], "time": {