Values.TimestampMetricValuePairSourceA pair that contains metric values at the respective timestamp.
type nonrec t = {timestamp : Timestamp.t option;A Timestamp that specifies the time the event occurred.
*)metricValue : MetricValue.t option;Value of the anomalous metric data point at respective Timestamp.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of MetricValue.t | `Timestamp of Timestamp.t ])
list ]