1 Answer
- Newest
- Most votes
- Most comments
0
Try this one. Minor edits...
SELECT AVG(CPUUtilization)
FROM "AWS/RDS"
WHERE EngineName = 'mysql'
GROUP BY DBInstanceIdentifier
Relevant content
- asked 10 months ago
Try this one. Minor edits...
SELECT AVG(CPUUtilization)
FROM "AWS/RDS"
WHERE EngineName = 'mysql'
GROUP BY DBInstanceIdentifier
I got the result like this:
}
No idea why there is only one result with the 'Other' Label