Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想针对特定队列的大小设置 CloudWatch 警报,但我只能看到列表中一个队列的指标。如何查看所有队列的指标?
SQS 仅为“活动”的队列生成指标。尝试对队列发出一些请求(例如 ReceiveMessage),然后查看是否开始获取 cloudwatch 指标。