CloudWatchLogsSource¶
Structure Class¶
CloudWatchLogsSource
dataclass
¶
The configuration for reading agent traces from CloudWatch Logs.
Attributes¶
filter_config
class-attribute
instance-attribute
¶
filter_config: CloudWatchFilterConfig | None = None
Optional filter configuration to narrow down which sessions to evaluate.
log_group_names
instance-attribute
¶
log_group_names: list[str]
The list of CloudWatch log group names to read agent traces from. Maximum of 5 log groups.
service_names
instance-attribute
¶
service_names: list[str]
The list of agent service names to filter traces within the specified log groups.