/AWS1/CL_XRASAMPLINGSTATSUMM¶
Aggregated request sampling data for a sampling rule across all services for a 10-second window.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_rulename TYPE /AWS1/XRASTRING /AWS1/XRASTRING¶
The name of the sampling rule.
iv_timestamp TYPE /AWS1/XRATIMESTAMP /AWS1/XRATIMESTAMP¶
The start time of the reporting window.
iv_requestcount TYPE /AWS1/XRAINTEGER /AWS1/XRAINTEGER¶
The number of requests that matched the rule.
iv_borrowcount TYPE /AWS1/XRAINTEGER /AWS1/XRAINTEGER¶
The number of requests recorded with borrowed reservoir quota.
iv_sampledcount TYPE /AWS1/XRAINTEGER /AWS1/XRAINTEGER¶
The number of requests recorded.
Queryable Attributes¶
RuleName¶
The name of the sampling rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULENAME() |
Getter for RULENAME, with configurable default |
ASK_RULENAME() |
Getter for RULENAME w/ exceptions if field has no value |
HAS_RULENAME() |
Determine if RULENAME has a value |
Timestamp¶
The start time of the reporting window.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP has a value |
RequestCount¶
The number of requests that matched the rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTCOUNT() |
Getter for REQUESTCOUNT |
BorrowCount¶
The number of requests recorded with borrowed reservoir quota.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BORROWCOUNT() |
Getter for BORROWCOUNT |
SampledCount¶
The number of requests recorded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SAMPLEDCOUNT() |
Getter for SAMPLEDCOUNT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SAMPLINGSTATSUMMARYLIST¶
TYPES TT_SAMPLINGSTATSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_XRASAMPLINGSTATSUMM WITH DEFAULT KEY
.