Mike Graf
Mike Graf

Reputation: 5317

How to monitor SQS Redrive events

I'd like to monitor the count of redrives on an SQS queue. Is there a way to see how often a message has been delivered more than once (or the average number of deliveries per message?)

Upvotes: 1

Views: 450

Answers (2)

N.B.BASARAN
N.B.BASARAN

Reputation: 86

I think DLQ is a queue itself, so the same metrics for SQS Queue can be considered applicable for DLQ. Just may be evaluated differently.

I may have misunderstood your question too :)

Upvotes: 0

John Rotenstein
John Rotenstein

Reputation: 269340

The Available CloudWatch metrics for Amazon SQS do not appear to contain any metrics related to redrives / Dead Letter Queue.

You would need to create your own metrics when retrieving messages from the Dead Letter Queue.

Upvotes: 1

Related Questions