commit c4ccae2c37bd73da401ce0a970e0c54893f895e9
parent a87a6a7598c1214cf7d4f564a524ebd80cd7c069
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Mon, 16 Mar 2026 19:23:16 +0100
fix resource
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/apps/talos_cluster/monitoring-stack/dashboards/cnpg.json b/apps/talos_cluster/monitoring-stack/dashboards/cnpg.json
@@ -1311,7 +1311,7 @@
},
"editorMode": "code",
"exemplar": false,
- "expr": "max(cnpg_backup_stopped_at{namespace=\"$namespace\"})",
+ "expr": "max(kube_customresource_cnpg_backup_stopped_at{namespace=\"$namespace\"})",
"instant": true,
"legendFormat": "__auto",
"range": false,
@@ -1960,7 +1960,7 @@
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
- "expr": "time() - max(cnpg_backup_stopped_at{namespace=\"$namespace\"})",
+ "expr": "time() - max(kube_customresource_cnpg_backup_stopped_at{namespace=\"$namespace\"})",
"legendFormat": "Backups",
"range": true,
"refId": "BACKUPS"
@@ -2760,7 +2760,7 @@
},
"editorMode": "code",
"exemplar": false,
- "expr": "min(cnpg_backup_stopped_at{namespace=\"$namespace\"}) * 1000",
+ "expr": "min(kube_customresource_cnpg_backup_stopped_at{namespace=\"$namespace\"}) * 1000",
"format": "time_series",
"instant": true,
"interval": "",