AWS::XRay::SamplingRule SamplingRateBoost - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::XRay::SamplingRule SamplingRateBoost

Enable temporary sampling rate increases when you detect anomalies to improve visibility.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "CooldownWindowMinutes" : Integer, "MaxRate" : Number }

YAML

CooldownWindowMinutes: Integer MaxRate: Number

Properties

CooldownWindowMinutes

Sets the time window (in minutes) in which only one sampling rate boost can be triggered. After a boost occurs, no further boosts are allowed until the next window.

Required: Yes

Type: Integer

Minimum: 1

Update requires: No interruption

MaxRate

Defines max temporary sampling rate to apply when a boost is triggered. Calculated boost rate by X-Ray will be less than or equal to this max rate.

Required: Yes

Type: Number

Minimum: 0

Maximum: 1

Update requires: No interruption