Values.MetricSourceRepresents a specific metric.
type nonrec t = {namespace : Namespace.t option;The namespace of the metric.
*)metricName : MetricName.t option;The name of the metric. This is a required field.
*)dimensions : Dimensions.t option;The dimensions for the metric.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of DimensionName.t ]) list ]
list
| `String of Namespace.t ])
list ]