Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

artilleryio/artillery-plugin-sqs-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

artillery-plugin-sqs-reporter

This plugin ships intermediate metrics object generated by an Artillery test run to an SQS queue.

Configuration

The plugin is configured through the following environment variables:

  • SQS_QUEUE_URL - the URL of the SQS queue to use
  • SQS_REGION - the region of the SQS queue
  • SQS_TAGS - optional - a list of objects like [{key: 'SomeKey', value: 'SomeValue'}, ...]

Authentication

The environment that the plugin is running in needs to have IAM privileges to publish to the SQS queue.

License

MPL-2.0

About

Ship Artillery metrics to an SQS queue

Resources

Stars

Watchers

Forks

Packages

No packages published