-
Notifications
You must be signed in to change notification settings - Fork 107
SRE-87: Add CloudWatch alarms for RDS I/O monitoring #8005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
TimDiekmann
merged 3 commits into
main
from
t/sre-87-vanta-remediate-database-io-monitored-aws
Nov 4, 2025
Merged
SRE-87: Add CloudWatch alarms for RDS I/O monitoring #8005
TimDiekmann
merged 3 commits into
main
from
t/sre-87-vanta-remediate-database-io-monitored-aws
Nov 4, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Nov 3, 2025
Member
Author
Contributor
Graphite Automations"Request DevOps reviewers once CI passes" took an action on this PR • (11/03/25)1 reviewer was added to this PR based on Tim Diekmann's automation. |
This was referenced Nov 4, 2025
vilkinsons
approved these changes
Nov 4, 2025
Adds DiskQueueDepth, ReadIOPS, and WriteIOPS alarms to satisfy Vanta requirement for database I/O monitoring (SRE-79). - DiskQueueDepth > 10 operations (CRITICAL) - ReadIOPS > 500 IOPS (WARNING) - WriteIOPS > 500 IOPS (WARNING) All alarms use 3/5 datapoints evaluation for anti-flapping and send notifications to PagerDuty via existing SNS topic.
Adds DatabaseConnections alarm to monitor connection pool exhaustion. - DatabaseConnections > 180 (~80% of max 225) (CRITICAL) - 2/3 datapoints evaluation over 15 minutes Connection exhaustion can block all database access, making this a critical metric to monitor.
489cd81 to
f79246a
Compare
9f172c6 to
9aa271a
Compare
Contributor
Merge activity
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

🌟 What is the purpose of this PR?
Add RDS I/O performance monitoring CloudWatch alarms to detect potential database performance issues before they impact users.
🔍 What does this change?
Pre-Merge Checklist 🚀
🚢 Has this modified a publishable library?
This PR:
📜 Does this require a change to the docs?
The changes in this PR:
🕸️ Does this require a change to the Turbo Graph?
The changes in this PR:
🛡 What tests cover this?
❓ How to test this?