Values.EdgeMetricSourceInformation required for edge device metrics.
type nonrec t = {dimension : Dimension.t option;The dimension of metrics published.
*)metricName : Metric.t option;Returns the name of the metric.
*)value : Value.t option;Returns the value of the metric.
*)timestamp : Timestamp.t option;Timestamp of when the metric was requested.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Value.t
| `String of Dimension.t
| `Timestamp of Timestamp.t ])
list ]