Once the lambda function is installed, manually add a trigger on the S3 bucket that contains your Amazon SQS logs in the AWS console. In your Lambda, click on S3 in the trigger list:
Configure your trigger by choosing the S3 bucket that contains your Amazon SQS logs and change the event type to Object Created (All) then click on the add button.
The number of messages in the queue that are delayed and not available for reading immediately. This can happen when the queue is configured as a delay queue or when a message has been sent with a delay parameter. Shown as message
The number of messages that are in flight. Messages are considered in flight if they have been sent to a client but have not yet been deleted or have not yet reached the end of their visibility window. Shown as message
The number of messages available for retrieval from the queue. Shown as message
aws.sqs.number_of_empty_receives (count)
The number of ReceiveMessage API calls that did not return a message. Shown as message
aws.sqs.number_of_messages_deleted (count)
The number of messages deleted from the queue. Shown as message
aws.sqs.number_of_messages_received (count)
The number of messages returned by calls to the ReceiveMessage API action. Shown as message
aws.sqs.number_of_messages_sent (count)
The number of messages added to a queue. Shown as message
aws.sqs.sent_message_size (gauge)
The size of messages added to a queue. Shown as byte
Each of the metrics retrieved from AWS are assigned the same tags that appear in the AWS console, including but not limited to host name, security-groups, and more.
Events
The AWS SQS integration does not include any events.
Service Checks
The AWS SQS integration does not include any service checks.