From 1ca6121834762a96914602249b2dab122adacbbe Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Thu, 22 Feb 2024 07:16:03 +0200 Subject: [PATCH] Improved runbooks Signed-off-by: Itay Grudev --- .../docs/runbooks/CNPGClusterHighConnectionsCritical.md | 4 ++-- charts/cluster/docs/runbooks/CNPGClusterHighReplicationLag.md | 2 +- .../cluster/docs/runbooks/CNPGClusterLowDiskSpaceCritical.md | 2 +- .../cluster/docs/runbooks/CNPGClusterLowDiskSpaceWarning.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/cluster/docs/runbooks/CNPGClusterHighConnectionsCritical.md b/charts/cluster/docs/runbooks/CNPGClusterHighConnectionsCritical.md index 2697880eb1..7d62a5f529 100644 --- a/charts/cluster/docs/runbooks/CNPGClusterHighConnectionsCritical.md +++ b/charts/cluster/docs/runbooks/CNPGClusterHighConnectionsCritical.md @@ -1,10 +1,10 @@ CNPGClusterHighConnectionsCritical -========= +================================== Meaning ------- -This alert is triggered when the number of connections to the CNPG cluster instance exceeds 85% of its capacity. +This alert is triggered when the number of connections to the CNPG cluster instance exceeds 95% of its capacity. Impact ------ diff --git a/charts/cluster/docs/runbooks/CNPGClusterHighReplicationLag.md b/charts/cluster/docs/runbooks/CNPGClusterHighReplicationLag.md index d535619857..86e1adde4f 100644 --- a/charts/cluster/docs/runbooks/CNPGClusterHighReplicationLag.md +++ b/charts/cluster/docs/runbooks/CNPGClusterHighReplicationLag.md @@ -4,7 +4,7 @@ CNPGClusterHighReplicationLag Meaning ------- -This alert is triggered when the replication lag of the CNPG cluster is too high. +This alert is triggered when the replication lag of the CNPG cluster exceed `1s`. Impact ------ diff --git a/charts/cluster/docs/runbooks/CNPGClusterLowDiskSpaceCritical.md b/charts/cluster/docs/runbooks/CNPGClusterLowDiskSpaceCritical.md index b16f90258f..2d6daab8f9 100644 --- a/charts/cluster/docs/runbooks/CNPGClusterLowDiskSpaceCritical.md +++ b/charts/cluster/docs/runbooks/CNPGClusterLowDiskSpaceCritical.md @@ -4,7 +4,7 @@ CNPGClusterLowDiskSpaceCritical Meaning ------- -This alert is triggered when the disk space on the CNPG cluster is running low. It can be triggered by either: +This alert is triggered when the disk space on the CNPG cluster exceeds 90%. It can be triggered by either: * Data PVC * WAL PVC diff --git a/charts/cluster/docs/runbooks/CNPGClusterLowDiskSpaceWarning.md b/charts/cluster/docs/runbooks/CNPGClusterLowDiskSpaceWarning.md index 94d09518ed..d91b1d74f3 100644 --- a/charts/cluster/docs/runbooks/CNPGClusterLowDiskSpaceWarning.md +++ b/charts/cluster/docs/runbooks/CNPGClusterLowDiskSpaceWarning.md @@ -4,7 +4,7 @@ CNPGClusterLowDiskSpaceWarning Meaning ------- -This alert is triggered when the disk space on the CNPG cluster is running low. It can be triggered by either: +This alert is triggered when the disk space on the CNPG cluster exceeds 70%. It can be triggered by either: * Data PVC * WAL PVC