Values.ConditionSourceIndicates the condition based on which you want to filter the metrics.
type nonrec t = {field : String255.t;Indicates the field in the metric.
*)operator : ConditionOperatorType.t;Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.
*)value : String255.t option;Indicates the value or data against which a condition is evaluated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of String255.t ]) list ]