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 Answer
1
Accepted Answer

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
EXPERT
Uri
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions