Module Values.MetricTransformationsSource

Sourcetype nonrec t = MetricTransformation.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : MetricTransformation.t list -> [> `List of [> `Structure of (string * [> `Double of DefaultValue.t | `Enum of string | `Map of ([> `String of DimensionsKey.t ] * [> `String of DimensionsValue.t ]) list | `String of MetricName.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> MetricTransformation.t list