Values.MetricDataResultSourceThe result of a single metric data query.
type nonrec t = {id : QueryIdentifier.t option;The query identifier.
*)timestamps : TimestampList.t option;A list of timestamps for the metric data results.
*)values : MetricValueList.t option;A list of values (cumulative / sum) for the metric data results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Long of Counter.t | `Timestamp of Timestamp.t ] list
| `String of QueryIdentifier.t ])
list ]