Values.EvaluationCriteriaSourceThe evaluation criteria for an alarm. This is a union type that currently supports PromQLCriteria.
type nonrec t = {promQLCriteria : AlarmPromQLCriteria.t option;The PromQL criteria for the alarm evaluation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Integer of PendingPeriod.t | `String of Query.t ])
list ])
list ]