-
Notifications
You must be signed in to change notification settings - Fork 26
Description
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