Fix namespace plurality mask and bump v26

This commit is contained in:
Brad Stein 2025-12-13 20:53:11 -03:00
parent 1ec3ca29a4
commit 18f3a2cefe
3 changed files with 3 additions and 3 deletions

View File

@ -1210,7 +1210,7 @@ def build_pods_dashboard():
panels.append( panels.append(
table_panel( table_panel(
10, 10,
"Namespace Plurality by Node v25", "Namespace Plurality by Node v26",
( (
f"{share_expr} * on(namespace,node) group_left() " f"{share_expr} * on(namespace,node) group_left() "
f"({mask_expr})" f"({mask_expr})"

View File

@ -507,7 +507,7 @@
{ {
"id": 10, "id": 10,
"type": "table", "type": "table",
"title": "Namespace Plurality by Node v25", "title": "Namespace Plurality by Node v26",
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "atlas-vm" "uid": "atlas-vm"

View File

@ -516,7 +516,7 @@ data:
{ {
"id": 10, "id": 10,
"type": "table", "type": "table",
"title": "Namespace Plurality by Node v25", "title": "Namespace Plurality by Node v26",
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "atlas-vm" "uid": "atlas-vm"