Values.MetricDatapointSourceDescribes the metric data point.
type nonrec t = {average : Double.t option;The average.
*)maximum : Double.t option;The maximum.
*)minimum : Double.t option;The minimum.
*)sampleCount : Double.t option;The sample count.
*)sum : Double.t option;The sum.
*)timestamp : Timestamp.t option;The timestamp (1479816991.349).
*)unit : MetricUnit.t option;The unit.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Timestamp of Timestamp.t ])
list ]