Export Cloudwatch RUM page load measurements

0

Is it possible to export the Cloudwatch RUM page load measurements? I would like to export it as csv.

asked a year ago476 views
2 Answers
1
Accepted Answer

You can use get-app-monitor-data via AWS CLI or API https://docs.aws.amazon.com/cli/latest/reference/rum/get-app-monitor-data.html

to retrieve the raw performance events that RUM has collected from your web application, so that you can do your own processing or analysis of this data. (including CSV creation)

profile picture
EXPERT
answered a year ago
1

You can fetch all RUM data using the API given above and then filter for Page Load times. You can also enable sending all RUM event data to CloudWatch Logs and running queries on CW Logs.

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions