Data Streams Monitoring for Amazon SQS
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
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