Skip to content

Commit

Permalink
Add RDS to Compute Optimizer Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
VoicuAWS authored Oct 23, 2024
1 parent bcac26f commit d63b0ce
Show file tree
Hide file tree
Showing 6 changed files with 825 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changes/CHANGELOG-cod.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# What's new in the Compute Optimizer Dashboard (COD)

## Compute Optimizer Dashboard - v3.0.0
* Added RDS Compute Optimizer sheets

## Compute Optimizer Dashboard - v2.0.2
* Added History Visual on EBS tab

Expand Down
10 changes: 8 additions & 2 deletions cid/builtin/core/data/queries/co/all_options.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE OR REPLACE VIEW compute_optimizer_all_options AS
CREATE OR REPLACE VIEW "compute_optimizer_all_options" AS
(
SELECT *
FROM
Expand All @@ -12,4 +12,10 @@ UNION SELECT *
UNION SELECT *
FROM
compute_optimizer_lambda_options
)
UNION SELECT *
FROM
compute_optimizer_rds_instance_options
UNION SELECT *
FROM
compute_optimizer_rds_storage_options
)
Loading

0 comments on commit d63b0ce

Please sign in to comment.