Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/common-services/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# -----------------------------------
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/common-services/dashboards/ia-database-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand Down
Loading