diff --git a/charts/common-services/Chart.yaml b/charts/common-services/Chart.yaml index 1f8c558..60d005a 100644 --- a/charts/common-services/Chart.yaml +++ b/charts/common-services/Chart.yaml @@ -10,7 +10,7 @@ type: application # Chart Version # ------------- # This version should be incremented following Semantic Versioning (https://semver.org/) whenever the chart's structure or templates change. -version: 2.0.2 +version: 2.0.3 # Application Version (Informational) # ----------------------------------- @@ -98,7 +98,7 @@ dependencies: condition: velero.enabled - name: cloudnative-pg repository: https://cloudnative-pg.github.io/charts - version: 0.28.0 + version: 0.28.3 condition: cloudnative-pg.enabled - name: velero-ui version: 0.x.x diff --git a/charts/common-services/dashboards/ia-database-dashboard.json b/charts/common-services/dashboards/ia-database-dashboard.json index f8ce44e..49681c1 100644 --- a/charts/common-services/dashboards/ia-database-dashboard.json +++ b/charts/common-services/dashboards/ia-database-dashboard.json @@ -6876,7 +6876,7 @@ }, "editorMode": "code", "exemplar": true, - "expr": "cnpg_pg_stat_bgwriter_checkpoints_req{namespace=~\"$namespace\"}", + "expr": "cnpg_pg_stat_bgwriter_checkpoints_req{namespace=~\"$namespace\"} or cnpg_pg_stat_checkpointer_checkpoints_req{namespace=~\"$namespace\"}", "format": "time_series", "hide": false, "instant": false, @@ -6892,7 +6892,7 @@ }, "editorMode": "code", "exemplar": true, - "expr": "cnpg_pg_stat_bgwriter_checkpoints_timed{namespace=~\"$namespace\"}", + "expr": "cnpg_pg_stat_bgwriter_checkpoints_timed{namespace=~\"$namespace\"} or cnpg_pg_stat_checkpointer_checkpoints_timed{namespace=~\"$namespace\"}", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -6991,7 +6991,7 @@ }, "editorMode": "code", "exemplar": true, - "expr": "cnpg_pg_stat_bgwriter_checkpoint_write_time{namespace=~\"$namespace\"}", + "expr": "cnpg_pg_stat_bgwriter_checkpoint_write_time{namespace=~\"$namespace\"} or cnpg_pg_stat_checkpointer_write_time{namespace=~\"$namespace\"}", "format": "time_series", "hide": false, "instant": false, @@ -7007,7 +7007,7 @@ }, "editorMode": "code", "exemplar": true, - "expr": "cnpg_pg_stat_bgwriter_checkpoint_sync_time{namespace=~\"$namespace\"}", + "expr": "cnpg_pg_stat_bgwriter_checkpoint_sync_time{namespace=~\"$namespace\"} or cnpg_pg_stat_checkpointer_sync_time{namespace=~\"$namespace\"}", "format": "time_series", "interval": "", "intervalFactor": 1,