Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.05 KB

cloudwatch-guide.md

File metadata and controls

32 lines (22 loc) · 1.05 KB

Configuring ShadowReader to send load test metrics to CloudWatch

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.

shadow-reader-cloudwatch-example1

Available metrics

shadow-reader-cloudwatch-example2

  • parsed_timestamp timestamp of the traffic logs that are being parsed.
  • replayed_timestamp timestamp of the traffic logs that are being replayed.
  • num_requests total number of requests being sent by the load test.

Metrics are sent every minute.