You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The NooBaa database on pod {{ $labels.pod }} has reached 80% of its PVC capacity.
253
+
message: The NooBaa database on pod {{ $labels.pod }} is consuming 80% of its PVC capacity. Plan to increase the PVC size soon to prevent service impact.
254
+
severity_level: warning
255
+
storage_type: NooBaa
256
+
expr: |
257
+
((sum by (pod) (cnpg_collector_pg_wal{value="size"})
258
+
+ sum by (pod) (cnpg_pg_database_size_bytes{datname="nbcore"}))
description: The NooBaa database on pod {{ $labels.pod }} has exceeded 90% of its PVC capacity. Immediate action is required
269
+
message: The NooBaa database on pod {{ $labels.pod }} has exceeded 90% of its PVC capacity. Expand the PVC size now to avoid imminent service disruption.
270
+
severity_level: critical
271
+
storage_type: NooBaa
272
+
expr: |
273
+
((sum by (pod) (cnpg_collector_pg_wal{value="size"})
274
+
+ sum by (pod) (cnpg_pg_database_size_bytes{datname="nbcore"}))
description: The NooBaa database on pod {{ $labels.pod }} has reached 80% of its PVC capacity.
4794
+
message: The NooBaa database on pod {{ $labels.pod }} is consuming 80% of its PVC capacity. Plan to increase the PVC size soon to prevent service impact.
4795
+
severity_level: warning
4796
+
storage_type: NooBaa
4797
+
expr: |
4798
+
((sum by (pod) (cnpg_collector_pg_wal{value="size"})
4799
+
+ sum by (pod) (cnpg_pg_database_size_bytes{datname="nbcore"}))
description: The NooBaa database on pod {{ $labels.pod }} has exceeded 90% of its PVC capacity. Immediate action is required
4810
+
message: The NooBaa database on pod {{ $labels.pod }} has exceeded 90% of its PVC capacity. Expand the PVC size now to avoid imminent service disruption.
4811
+
severity_level: critical
4812
+
storage_type: NooBaa
4813
+
expr: |
4814
+
((sum by (pod) (cnpg_collector_pg_wal{value="size"})
4815
+
+ sum by (pod) (cnpg_pg_database_size_bytes{datname="nbcore"}))
0 commit comments