Values_1.CustomizedMetricSpecificationSourceA customized metric.
type nonrec t = {metricName : Values_0.String_.t option;The name of the customized metric.
*)namespace : Values_0.String_.t option;The namespace of the customized metric.
*)statistic : Statistic.t option;The statistic of the customized metric.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]