Values.MetricKeyDataPointsSourceA time-ordered series of data points, corresponding to a dimension of a Performance Insights metric.
type nonrec t = {key : ResponseResourceMetricKey.t option;The dimensions to which the data points apply.
*)dataPoints : DataPointsList.t option;An array of timestamp-value pairs, representing measurements over a period of time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Double.t | `Timestamp of ISOTimestamp.t ])
list ]
list
| `Structure of
(string
* [> `Map of
([> `String of RequestString.t ]
* [> `String of RequestString.t ])
list
| `String of String_.t ])
list ])
list ]