Module Values.ExportMetricsSource

Sourcetype nonrec t = ExportMetric.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : ExportMetric.t list -> [> `List of [> `Structure of (string * [> `Enum of string ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> ExportMetric.t list
Sourceval of_json : [> Yojson.Safe.t ] -> ExportMetric.t list
Sourceval to_json : ExportMetric.t list -> Yojson.Safe.t