Values.SelectionConfigSourceDefines how operations are selected for a service-level SLO.
type nonrec t = {type_ : SelectionType.t;pattern : SelectionPattern.t option;A prefix string or regular expression that specifies which operations to include in a service-level SLO. When SelectionType is PREFIX, this value is a prefix string that matches the beginning of operation names. When SelectionType is REGEX, this value is a regular expression that matches operation names.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SelectionPattern.t ]) list ]