SelectionType
The strategy for selecting operations to include in a service-level SLO.
EXPLICIT— You provide a specific list of operations in theComponentsfield ofCompositeSliConfig.PREFIX— You provide a prefix string in thePatternfield ofSelectionConfig, and all operations whose names start with the prefix are included.REGEX— You provide a regular expression in thePatternfield ofSelectionConfig, and all operations whose names match the pattern are included.