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 Risposta
1
Risposta accettata

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
ESPERTO
Uri
con risposta 7 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande