CloudWatchLogsInputConfig
The configuration for reading agent traces from CloudWatch logs as input for online evaluation.
Types
Properties
Link copied to clipboard
The list of CloudWatch log group name prefixes to monitor for agent traces. Specify this instead of logGroupNames to match log groups by prefix. Specify either logGroupNames or logGroupNamePrefixes, not both. One of the two is required.
Link copied to clipboard
The list of CloudWatch log group names to monitor for agent traces.
Link copied to clipboard
The list of service names to filter traces within the specified log groups. Used to identify relevant agent sessions.
Functions
Link copied to clipboard
inline fun copy(block: CloudWatchLogsInputConfig.Builder.() -> Unit = {}): CloudWatchLogsInputConfig