CloudWatch metrics that you can collect with CloudWatch RUM
The table in this section lists the metrics that you automatically collect with CloudWatch RUM. You can see these metrics in the CloudWatch console. For more information, see View available metrics.
You can also optionally send extended metrics to CloudWatch or CloudWatch Evidently. For more information, see Extended metrics.
These metrics are published in the metric namespace named AWS/RUM
. All of the following metrics are
published with an application_name
dimension. The value
of this dimension is the name of the app monitor. Some metrics are also published with additional dimensions,
as listed in the table.
Metric | Unit | Description |
---|---|---|
|
Count |
The count of HTTP responses in the application, by their response status code. Additional dimensions:
|
|
Count |
The count of HTTP responses in the application, with 4xx response status code. These are calculated based on |
|
Count |
The count of HTTP responses in a session, with 4xx response status code. These are calculated based on |
|
Count |
The count of HTTP responses in a page review, with 4xx response status code. These are calculated based on |
|
Count |
The count of HTTP responses in the application, with 5xx response status code. These are calculated based on |
|
Count |
The count of HTTP responses in the session, with 5xx response status code. These are calculated based on |
|
Count |
The count of HTTP responses in a page review, with 5xx response status code. These are calculated based on |
|
Count |
The count of JavaScript error events ingested. |
|
Count |
The count of JavaScript error events ingested in a session. |
|
Count |
The count of JavaScript error events ingested in a page review. |
|
Count |
The count of navigation events with a |
|
Count |
The count of navigation events with a |
|
Count |
The count of navigation events with a |
|
Count |
The count of page view events ingested by the app monitor. This is calculated by counting the |
|
Count |
The count of page view events in a session. |
|
Milliseconds |
The Additional dimensions:
|
|
Milliseconds |
The |
|
Bytes |
The size of every event ingested by CloudWatch RUM. You can also use the
|
|
Count |
The count of session start events ingested by the app monitor. In other words, the number of new sessions started. |
|
Milliseconds |
The duration of a session. These are calculated based on the time between first and last events in a session. |
|
Milliseconds |
The duration of a page view. These are calculated based on the time until next page view, except for the final page in a session where it's the time between first and last events on that page. |
|
None |
Tracks the value of the cumulative layout shift events. |
|
Milliseconds |
Tracks the value of the first input delay events. |
|
Milliseconds |
Tracks the value of the largest contentful paint events. |