Values.DimensionSourceThe required list of dimensions for the metric.
type nonrec t = {name : DimensionName.t option;The name of the dimension.
*)value : DimensionValue.t option;The dimension's value.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DimensionValue.t ]) list ]