Instead of checking all SQS queues visible to the AWS account, I prefer to give the exporter a list of specific queues to watch.
This patch adds an environment variable SQS_QUEUE_NAMES that allows you to specify a comma-delimited list of SQS queue names. If no value is set, it falls back to the current behavior of watching all queues.
Instead of checking all SQS queues visible to the AWS account, I prefer to give the exporter a list of specific queues to watch.
This patch adds an environment variable
SQS_QUEUE_NAMES
that allows you to specify a comma-delimited list of SQS queue names. If no value is set, it falls back to the current behavior of watching all queues.