rds-health icon indicating copy to clipboard operation
rds-health copied to clipboard

discover anomalies, performance issues and optimization within AWS RDS

Results 8 rds-health issues
Sort by recently updated
recently updated
newest added

As a user I want to reduce number of false positive reports so that my workflow is not interrupted for the noise. For example, The rule engine is only uses...

The utility fetches samples sequentially, for large jobs it might take seconds. It would be beneficial to run it in parallel. https://github.com/zalando/rds-health/blob/main/internal/insight/insight.go#L68

good first issue

As a user I want to use the tool together with AWS RDS Aurora Serverless so that there is a complete view on the status of my cluster I think...

As a expert user I want to list and filter all events associated with RDS instance so that the availability of these information does not require me to login to...

As a user I want to have ability for the fine tuning the criteria causes an errors so that success/failure criterias a profiled differently for various types of workload. The...

If RDS instance don't have PI enabled the `rds-health check -n DB` shows: ``` Error: operation error PI: GetResourceMetrics, https response error StatusCode: 400, RequestID: xxx, NotAuthorizedException: The resource db-xxx...

As a user I want to see tool errors in the human readable format so that there is clear direction what is wrong and how to fix it. Existing approach...