View source: R/cloudwatchrum_operations.R
cloudwatchrum_get_app_monitor_data | R Documentation |
Retrieves 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.
See https://www.paws-r-sdk.com/docs/cloudwatchrum_get_app_monitor_data/ for full documentation.
cloudwatchrum_get_app_monitor_data(
Filters = NULL,
MaxResults = NULL,
Name,
NextToken = NULL,
TimeRange
)
Filters |
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify. |
MaxResults |
The maximum number of results to return in one operation. |
Name |
[required] The name of the app monitor that collected the data that you want to retrieve. |
NextToken |
Use the token returned by the previous operation to request the next page of results. |
TimeRange |
[required] A structure that defines the time range that you want to retrieve results from. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.