Configuring ShadowReader to send load test metrics to CloudWatch
December 3, 2018 ยท View on GitHub
Open shadowreader.yml and set metrics to cloudwatch under plugins
plugins:
metrics: cloudwatch
Now push your changes
serverless deploy --stage $your_stage --region $your_region
After a couple of minutes open up CloudWatch. A shadowreader namespace should display under Custom Namespaces in the Metrics section.
Available metrics
parsed_timestamptimestamp of the traffic logs that are being parsed.replayed_timestamptimestamp of the traffic logs that are being replayed.num_requeststotal number of requests being sent by the load test.
Metrics are sent every minute.