/AWS1/CL_BDCCLOUDWATCHLOGSSRC¶
The configuration for reading agent traces from CloudWatch Logs.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_servicenames TYPE /AWS1/CL_BDCEVALSTRINGLIST_W=>TT_EVALUATIONSTRINGLIST TT_EVALUATIONSTRINGLIST¶
The list of agent service names to filter traces within the specified log groups.
it_loggroupnames TYPE /AWS1/CL_BDCEVALSTRINGLIST_W=>TT_EVALUATIONSTRINGLIST TT_EVALUATIONSTRINGLIST¶
The list of CloudWatch log group names to read agent traces from. Maximum of 5 log groups.
Optional arguments:¶
io_filterconfig TYPE REF TO /AWS1/CL_BDCCLOUDWATCHFILTCFG /AWS1/CL_BDCCLOUDWATCHFILTCFG¶
Optional filter configuration to narrow down which sessions to evaluate.
Queryable Attributes¶
serviceNames¶
The list of agent service names to filter traces within the specified log groups.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICENAMES() |
Getter for SERVICENAMES, with configurable default |
ASK_SERVICENAMES() |
Getter for SERVICENAMES w/ exceptions if field has no value |
HAS_SERVICENAMES() |
Determine if SERVICENAMES has a value |
logGroupNames¶
The list of CloudWatch log group names to read agent traces from. Maximum of 5 log groups.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUPNAMES() |
Getter for LOGGROUPNAMES, with configurable default |
ASK_LOGGROUPNAMES() |
Getter for LOGGROUPNAMES w/ exceptions if field has no value |
HAS_LOGGROUPNAMES() |
Determine if LOGGROUPNAMES has a value |
filterConfig¶
Optional filter configuration to narrow down which sessions to evaluate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTERCONFIG() |
Getter for FILTERCONFIG |