Values.FrameMetricDatumSourceInformation about a frame metric and its values.
type nonrec t = {frameMetric : FrameMetric.t option;values : FrameMetricValues.t option;A list of values that are associated with a frame metric.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Double of FrameMetricValue.t ] list
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list ]