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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ