feat(alerts): add CNPGWALArchiveFailing + remove outline exclusion #205
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/cnpg-wal-archive-alert"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
CNPGWALArchiveFailingalert that fires when WAL archiving is retrying but continuously failing (e.g. barman exit status 4 due to B2 storage cap). The existingCNPGBackupFailingonly catches when archiving is completely stopped (is_archiving==0).Also removes the arbitrary
namespace!="outline"exclusion fromCNPGLastBackupOldso Outline clusters are monitored too.Related incident: 2026-05-12 B2 cap depletion caused WAL files to accumulate locally, filling 4Gi PVCs and bringing down Forgejo, Zitadel, and Temporal databases.