Module Values.MetricDataSource

Sourcetype nonrec t = MetricDatum.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : MetricDatum.t list -> [> `List of [> `Structure of (string * [> `Double of DatapointValue.t | `Enum of string | `Integer of StorageResolution.t | `List of [> `Double of DatapointValue.t | `Structure of (string * [> `String of DimensionName.t ]) list ] list | `String of MetricName.t | `Structure of (string * [> `Double of DatapointValue.t ]) list | `Timestamp of Timestamp.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> MetricDatum.t list
Sourceval of_json : [> Yojson.Safe.t ] -> MetricDatum.t list
Sourceval to_json : MetricDatum.t list -> Yojson.Safe.t