/AWS1/CL_XRASAMPLINGRATEBOOST¶
Enable temporary sampling rate increases when you detect anomalies to improve visibility.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_maxrate
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
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.
iv_cooldownwindowminutes
TYPE /AWS1/XRACOOLDOWNWINDOWMINUTES
/AWS1/XRACOOLDOWNWINDOWMINUTES
¶
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.
Queryable Attributes¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MAXRATE() |
Getter for MAXRATE |
ASK_MAXRATE() |
Getter for MAXRATE w/ exceptions if field has no value |
STR_MAXRATE() |
String format for MAXRATE |
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COOLDOWNWINDOWMINUTES() |
Getter for COOLDOWNWINDOWMINUTES |