Module Values.MetricDataResultsSource

Sourcetype nonrec t = MetricDataResult.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : MetricDataResult.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Double of DatapointValue.t | `Structure of (string * [> `String of MessageDataCode.t ]) list | `Timestamp of Timestamp.t ] list | `String of MetricId.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> MetricDataResult.t list