Values.DimensionSourceRepresents the metadata attributes of the time series. For example, the name and Availability Zone of an EC2 instance or the name of the manufacturer of a wind turbine are dimensions.
type nonrec t = {name : SchemaName.t;Dimension represents the metadata attributes of the time series. For example, the name and Availability Zone of an EC2 instance or the name of the manufacturer of a wind turbine are dimensions. For constraints on dimension names, see Naming Constraints.
*)value : SchemaValue.t;The value of the dimension.
*)dimensionValueType : DimensionValueType.t option;The data type of the dimension for the time-series data point.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SchemaName.t ]) list ]