NumberOfEmptyReceives vs NumberOfMessagesReceived vs NumberOfMessagesSent

0

Couldnt identify the correct metric to plot and alarm.

My usecase is to check the no of message received in SQS queue and no of message it has processed. The queue receives message from SNS topic and trigger batch of message to Lambda

1 回答
1
已接受的回答

You can find the meaning of each metric here.

To find the number of messages sent to the queue, you need to look at NumberOfMessagesSent. To check the number of messages processed, you need to look at NumberOfMessagesDeleted, as after a successful processing of messages, you need to delete them from the queue.

profile pictureAWS
专家
Uri
已回答 7 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则