From 18f3a2cefedd84f16a80587f583233d037f02ad0 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 13 Dec 2025 20:53:11 -0300 Subject: [PATCH] Fix namespace plurality mask and bump v26 --- scripts/dashboards_render_atlas.py | 2 +- services/monitoring/dashboards/atlas-pods.json | 2 +- services/monitoring/grafana-dashboard-pods.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index 237be34..7970b2c 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -1210,7 +1210,7 @@ def build_pods_dashboard(): panels.append( table_panel( 10, - "Namespace Plurality by Node v25", + "Namespace Plurality by Node v26", ( f"{share_expr} * on(namespace,node) group_left() " f"({mask_expr})" diff --git a/services/monitoring/dashboards/atlas-pods.json b/services/monitoring/dashboards/atlas-pods.json index 1684580..a7a27e5 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 v25", + "title": "Namespace Plurality by Node v26", "datasource": { "type": "prometheus", "uid": "atlas-vm" diff --git a/services/monitoring/grafana-dashboard-pods.yaml b/services/monitoring/grafana-dashboard-pods.yaml index d7cc0c1..13ea708 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 v25", + "title": "Namespace Plurality by Node v26", "datasource": { "type": "prometheus", "uid": "atlas-vm"