Values_0.MetricToRetainSourceThe metric you want to retain. Dimensions are optional.
type nonrec t = {metric : BehaviorMetric.t;What is measured by the behavior.
*)metricDimension : MetricDimension.t option;The dimension of a metric. This can't be used with custom metrics.
*)exportMetric : ExportMetric.t option;The value indicates exporting metrics related to the MetricToRetain when it's true.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of ExportMetric.t
| `String of BehaviorMetric.t
| `Structure of
(string * [> `Enum of string | `String of DimensionName.t ]) list ])
list ]