/AWS1/CL_BDOCLOUDWATCHLOGSIN00¶
The configuration for reading agent traces from CloudWatch logs as input for online evaluation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_loggroupnames TYPE /AWS1/CL_BDOLOGGRPNAMESLIST_W=>TT_LOGGROUPNAMESLIST TT_LOGGROUPNAMESLIST¶
The list of CloudWatch log group names to monitor for agent traces.
it_servicenames TYPE /AWS1/CL_BDOSERVICENAMESLIST_W=>TT_SERVICENAMESLIST TT_SERVICENAMESLIST¶
The list of service names to filter traces within the specified log groups. Used to identify relevant agent sessions.
Queryable Attributes¶
logGroupNames¶
The list of CloudWatch log group names to monitor for agent traces.
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 |
serviceNames¶
The list of service names to filter traces within the specified log groups. Used to identify relevant agent sessions.
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 |