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.

質問済み 1年前508ビュー
2回答
1
承認された回答

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
エキスパート
回答済み 1年前
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.

回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ