Values_2.MetricSpecificationSourceAn object containing information about a metric.
type nonrec t = {predefined : PredefinedMetricSpecification.t option;Information about a predefined metric.
*)customized : Values_1.CustomizedMetricSpecification.t option;Information about a customized metric.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list ])
list ]