Values_1.ThresholdSourceContains information about the threshold for service level metrics.
type nonrec t = {comparison : Values_0.Comparison.t option;The type of comparison. Only "less than" (LT) comparisons are supported.
*)thresholdValue : ThresholdValue.t option;The threshold value to compare.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of ThresholdValue.t | `Enum of string ]) list ]