/AWS1/CL_XRASAMPLINGBOOST¶
Temporary boost sampling rate. X-Ray calculates sampling boost for each service based on the recent sampling boost stats of all services that called GetSamplingTargets.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_boostrate TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The calculated sampling boost rate for this service
iv_boostratettl TYPE /AWS1/XRATIMESTAMP /AWS1/XRATIMESTAMP¶
When the sampling boost expires.
Queryable Attributes¶
BoostRate¶
The calculated sampling boost rate for this service
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOOSTRATE() |
Getter for BOOSTRATE |
ASK_BOOSTRATE() |
Getter for BOOSTRATE w/ exceptions if field has no value |
STR_BOOSTRATE() |
String format for BOOSTRATE |
BoostRateTTL¶
When the sampling boost expires.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOOSTRATETTL() |
Getter for BOOSTRATETTL, with configurable default |
ASK_BOOSTRATETTL() |
Getter for BOOSTRATETTL w/ exceptions if field has no value |
HAS_BOOSTRATETTL() |
Determine if BOOSTRATETTL has a value |