Package Exports
- phantomas-reporter-cloudwatch
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (phantomas-reporter-cloudwatch) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
phantomas-reporter-cloudwatch
AWS Cloudwatch reporter for phantomas
##Parameters
<accessKeyId>:<secretKey>:<region>:<apiVersion>:<namespace>
- shorthand for --aws-access-key-id
, --aws-secret-key
, --aws-region
, --aws-cloudwatch-api-version
and --aws-cloudwatch-namespace
- only AccessKeyId and SecretKey are required
Usage
- Install phantomas-reporter-cloudwatch to your phantomas project dependencies
- Use it as specified in the phantomas reporter docs
$ phantomas http://myapp.net -R cloudwatch --aws-access-key-id mykey --aws-secret-key mysecretkey --aws-region us-west-1 --aws-cloudwatch-api-version 2010-08-01 --aws-cloudwatch-namespace mynamespace
or
$ phantomas http://myapp.net -R cloudwatch:mykey:mysecretkey:us-west-1:2010-08-01:mynamespace