Values.CompositeSliConfigSourceThis structure contains the configuration for a composite service level indicator (SLI) that aggregates metrics across multiple operations of a service for service-level SLOs.
type nonrec t = {selectionConfig : SelectionConfig.t;Specifies how operations are selected for this service-level SLO. Operations can be selected explicitly by listing them, by specifying a prefix to match operation names, or by providing a regular expression pattern.
*)components : CompositeSliComponents.t option;The list of operations included in this composite SLI. You must specify between 2 and 20 components. Each component is a CompositeSliComponent that identifies a single operation by its OperationName.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of OperationName.t ]) list ]
list
| `Structure of
(string * [> `Enum of string | `String of SelectionPattern.t ])
list ])
list ]