Update Cloudwatch client to ensure limits in query#10848
Conversation
**Why**: Without a "| limit 10000", the script will not be able to detect missing data, so it won't return the expected results changelog: Internal, Scripts, Update Cloudwatch querying client
aduth
left a comment
There was a problem hiding this comment.
Would it make sense to include this automatically?
I'm not sure if we can safely append that in 100% of queries, I'm not sure if clause order matters |
rebecca-e-wright
left a comment
There was a problem hiding this comment.
Is there any type of check that could also be put in that would make sure the "--complete" flag was also present? Not sure if thats an option since it's part of the script parameters and not the embedded cloudwatch query.
|
Following up after doing some more research for #10875, I think that anything with |
Why: Without a "| limit 10000", the script will not be able to detect missing data, so it won't return the expected results