Amazon SQS introduces new Amazon CloudWatch metrics for FIFO queues

Amazon Simple Queue Service introduces two new Amazon CloudWatch metrics to improve the usage visibility of FIFO queues. Amazon SQS is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications.

With the new metrics, SQS customers have greater visibility into their FIFO usage. The new metrics are:

NumberOfDeduplicatedSentMessages – The number of messages sent to a queue that were deduplicated. This metric helps in determining if a producer is sending duplicate messages to an SQS FIFO queue.
ApproximateNumberOfGroupsWithInflightMessages – The approximate number of message groups with inflight messages, where a message is considered to be in flight after it is received from a queue by a consumer, but not yet deleted from the queue. This metric helps you troubleshoot and optimise your FIFO queue throughput by either increasing FIFO message groups or scaling your consumers.

Metrics are available on a per-queue basis, and can be accessed through SQS and CloudWatch consoles. These metrics are available in all AWS regions where Amazon SQS is available.

To learn more, see SQS Metrics Documentation.

Source:: Amazon AWS