Values.DatapointSourceRepresents a single value in the forecast data used for predictive scaling.
type nonrec t = {timestamp : TimestampType.t option;The time stamp for the data point in UTC format.
*)value : MetricScale.t option;The value of the data point.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of MetricScale.t | `Timestamp of TimestampType.t ])
list ]