Skip to content

Commit

Permalink
Improved runbooks
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Grudev <[email protected]>
  • Loading branch information
itay-grudev committed Feb 22, 2024
1 parent cbe499c commit 1ca6121
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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
------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ca6121

Please sign in to comment.