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

AWS
已提問 7 個月前檢視次數 219 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南