Struct aws_sdk_xray::model::sampling_rule_update::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SamplingRuleUpdate
Implementations
The name of the sampling rule. Specify a rule by either name or ARN, but not both.
The name of the sampling rule. Specify a rule by either name or ARN, but not both.
The ARN of the sampling rule. Specify a rule by either name or ARN, but not both.
The ARN of the sampling rule. Specify a rule by either name or ARN, but not both.
Matches the ARN of the Amazon Web Services resource on which the service runs.
Matches the ARN of the Amazon Web Services resource on which the service runs.
The priority of the sampling rule.
The percentage of matching requests to instrument, after the reservoir is exhausted.
The percentage of matching requests to instrument, after the reservoir is exhausted.
A fixed number of matching requests to instrument per second, prior to applying the fixed rate. The reservoir is not used directly by services, but applies to all services using the rule collectively.
A fixed number of matching requests to instrument per second, prior to applying the fixed rate. The reservoir is not used directly by services, but applies to all services using the rule collectively.
Matches the name
that the service uses to identify itself in segments.
Matches the name
that the service uses to identify itself in segments.
Matches the origin
that the service uses to identify its type in segments.
Matches the origin
that the service uses to identify its type in segments.
Matches the HTTP method of a request.
Matches the HTTP method of a request.
Matches the path from a request URL.
Adds a key-value pair to attributes
.
To override the contents of this collection use set_attributes
.
Matches attributes derived from the request.
Matches attributes derived from the request.
Consumes the builder and constructs a SamplingRuleUpdate
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