Values.MetricQueryValueSourceThe aggregated values of the metric.
type nonrec t = {min : Min.t option;The minimum of the values of all data points collected during the aggregation period.
*)max : Max.t option;The maximum of the values of all the data points collected during the aggregation period.
*)sum : Sum.t option;The sum of the values of all data points collected during the aggregation period.
*)avg : Avg.t option;The average of the values of all data points collected during the aggregation period.
*)std : Std.t option;The standard deviation of the values of all data points collected during the aggregation period.
*)p90 : P90.t option;The 90th percentile of the values of all data points collected during the aggregation period.
*)}