Values_0.MetricDatumSourceA metric.
type nonrec t = {timestamp : Timestamp.t option;The time the metric value was reported.
*)value : MetricValue.t option;The value reported for the metric.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of Number.t
| `List of
[> `Double of Number.t
| `Integer of Port.t
| `String of Cidr.t ]
list
| `Long of UnsignedLong.t ])
list
| `Timestamp of Timestamp.t ])
list ]