Values.MetricSourceThis structure defines the metric used for a service level indicator, including the metric name, namespace, and dimensions
type nonrec t = {namespace : Namespace.t option;The namespace of the metric. For more information, see Namespaces.
*)metricName : MetricName.t option;The name of the metric to use.
*)dimensions : Dimensions.t option;An array of one or more dimensions to use to define the metric that you want to use. For more information, see Dimensions.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of DimensionName.t ]) list ]
list
| `String of Namespace.t ])
list ]