Struct aws_sdk_rum::model::app_monitor_configuration::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for AppMonitorConfiguration
Implementations
The ID of the Amazon Cognito identity pool that is used to authorize the sending of data to RUM.
The ID of the Amazon Cognito identity pool that is used to authorize the sending of data to RUM.
Appends an item to excluded_pages
.
To override the contents of this collection use set_excluded_pages
.
A list of URLs in your website or application to exclude from RUM data collection.
You can't include both ExcludedPages
and IncludedPages
in the same operation.
A list of URLs in your website or application to exclude from RUM data collection.
You can't include both ExcludedPages
and IncludedPages
in the same operation.
Appends an item to included_pages
.
To override the contents of this collection use set_included_pages
.
If this app monitor is to collect data from only certain pages in your application, this structure lists those pages.
You can't include both ExcludedPages
and IncludedPages
in the same operation.
If this app monitor is to collect data from only certain pages in your application, this structure lists those pages.
You can't include both ExcludedPages
and IncludedPages
in the same operation.
Appends an item to favorite_pages
.
To override the contents of this collection use set_favorite_pages
.
A list of pages in the CloudWatch RUM console that are to be displayed with a "favorite" icon.
A list of pages in the CloudWatch RUM console that are to be displayed with a "favorite" icon.
Specifies the percentage of user sessions to use for RUM data collection. Choosing a higher percentage gives you more data but also incurs more costs.
The number you specify is the percentage of user sessions that will be used.
If you omit this parameter, the default of 10 is used.
Specifies the percentage of user sessions to use for RUM data collection. Choosing a higher percentage gives you more data but also incurs more costs.
The number you specify is the percentage of user sessions that will be used.
If you omit this parameter, the default of 10 is used.
The ARN of the guest IAM role that is attached to the Amazon Cognito identity pool that is used to authorize the sending of data to RUM.
The ARN of the guest IAM role that is attached to the Amazon Cognito identity pool that is used to authorize the sending of data to RUM.
If you set this to true
, the RUM web client sets two cookies, a session cookie and a user cookie. The cookies allow the RUM web client to collect data relating to the number of users an application has and the behavior of the application across a sequence of events. Cookies are stored in the top-level domain of the current page.
If you set this to true
, the RUM web client sets two cookies, a session cookie and a user cookie. The cookies allow the RUM web client to collect data relating to the number of users an application has and the behavior of the application across a sequence of events. Cookies are stored in the top-level domain of the current page.
Appends an item to telemetries
.
To override the contents of this collection use set_telemetries
.
An array that lists the types of telemetry data that this app monitor is to collect.
-
errors
indicates that RUM collects data about unhandled JavaScript errors raised by your application. -
performance
indicates that RUM collects performance data about how your application and its resources are loaded and rendered. This includes Core Web Vitals. -
http
indicates that RUM collects data about HTTP errors thrown by your application.
An array that lists the types of telemetry data that this app monitor is to collect.
-
errors
indicates that RUM collects data about unhandled JavaScript errors raised by your application. -
performance
indicates that RUM collects performance data about how your application and its resources are loaded and rendered. This includes Core Web Vitals. -
http
indicates that RUM collects data about HTTP errors thrown by your application.
If you set this to true
, RUM enables X-Ray tracing for the user sessions that RUM samples. RUM adds an X-Ray trace header to allowed HTTP requests. It also records an X-Ray segment for allowed HTTP requests. You can see traces and segments from these user sessions in the X-Ray console and the CloudWatch ServiceLens console. For more information, see What is X-Ray?
If you set this to true
, RUM enables X-Ray tracing for the user sessions that RUM samples. RUM adds an X-Ray trace header to allowed HTTP requests. It also records an X-Ray segment for allowed HTTP requests. You can see traces and segments from these user sessions in the X-Ray console and the CloudWatch ServiceLens console. For more information, see What is X-Ray?
Consumes the builder and constructs a AppMonitorConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more