Skip to content

Latest commit

 

History

History

aws-sqs

AWS SQS

Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications.

The metrics for AWS SQS are obtained through AWS Cloudwatch by using the YACE exporter.

Cloudwatch billing considerations

Using AWS Cloudwatch for monitoring can incur additional costs in your AWS billing. See the AWS Cloudwatch documentation for further details.

Metrics

  • ApproximateAgeOfOldestMessage
  • ApproximateNumberOfMessagesDelayed
  • ApproximateNumberOfMessagesNotVisible
  • ApproximateNumberOfMessagesVisible
  • NumberOfEmptyReceives
  • NumberOfMessagesDeleted
  • NumberOfMessagesReceived
  • NumberOfMessagesSent
  • SentMessageSize

For further information, see the Cloudwatch documentation on EBS metrics.

Number of time series generated

Cloudwatch generates ~10 time series per queue.

Attributions

The configuration files and dashboards are maintained by Sysdig team.

Using Yace - yet another cloudwatch exporter with Apache 2.0 license.