Module Values.MetricDefinitionsSource

Sourcetype nonrec t = MetricDefinition.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : MetricDefinition.t list -> [> `List of [> `Structure of (string * [> `Map of ([> `String of DimensionKey.t ] * [> `String of DimensionName.t ]) list | `String of MetricDefinitionId.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> MetricDefinition.t list