-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add instance age metric #40
Conversation
#sre |
Reviewer's note: The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Maybe if we have the need for it, future releases can include an rds_instance_uptime
which will completely disambiguate rds_instance_age
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 🚀
5559980
to
dacf911
Compare
ea0ac5d
to
0e74855
Compare
I've added the |
Minimum allowed line rate is |
Objective
Add instance age metric
Why
Some workloads require raising alerts based on instance age.
At Qonto, we raise alerts when some instances (based on name patterns) run too long to prevent uncontrolled AWS costs.
How
rds_instance_age_seconds
Release plan