Data Streams Monitoring for Amazon SQS
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、
お気軽にご連絡ください。
Prerequisites
Setting up Data Streams Monitoring
See setup instructions for Java, Node.js, Python, or .NET.
Monitoring SQS pipelines
Data Streams Monitoring uses one message attribute to track a message’s path through an SQS queue. As Amazon SQS has a maximum limit of 10 message attributes allowed per message, all messages streamed through the data pipelines must have 9 or fewer message attributes set, allowing the remaining attribute for Data Streams Monitoring.
Measuring SQS Dead Letter Queues
Data Streams Monitoring allows you to track messages as they arrive in a dead-letter queue (DLQ). When a message is dead-lettered, you can use Datadog to investigate and resolve the underlying issue.
To measure the number of messages in a DLQ, ensure your AWS integration has the following permissions:
sqs:ListQueues
sqs:GetQueueAttributes
tag:GetResources