-
Notifications
You must be signed in to change notification settings - Fork 12
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
RDS memory usage alerts #164
Comments
can anyone update me on this? |
There is similar case with different labels for |
Sorry for this late reply! I understand you want to set memory and CPU alerts based on RDS instance capacity. We actually designed the RDS exporter for that purpose. You can combine So you can have an 80% memory-used alert that is applicable to all instances regardless of their type. We wrote all these alerts the Database Monitoring Framework project, see alerts definition. I guess you are looking for RDSMemoryUtilization alert :
Does it fit to your need? |
Now we can set RDS memory usage alerts like RDS freeable memory.. but we have multiple RDS and all RDS having different db instance type so every RDS having different memory and settings the common alerts for db instance is not good idea..
In this we have rds_freeable memory alerts which will give the output with db identifier and we have rds_instance memory that is not containing the db identifier in his expression..
While calculating the RDS free memory
Rds_freeable memory/rds_ instance memory *100
But this expression is not working bcz both having different parameters one having db identifier and one having instance type and that's why I have got the so.many issues and RDS memory is important parameters...
If you have anything please share with me or try to resolve this issues
Thank you
The text was updated successfully, but these errors were encountered: