Values.MetricReferenceSourceThis structure contains information about one CloudWatch metric associated with this entity discovered by Application Signals.
type nonrec t = {namespace : Namespace.t option;The namespace of the metric. For more information, see CloudWatchNamespaces.
*)metricType : MetricType.t option;Used to display the appropriate statistics in the CloudWatch console.
*)dimensions : Dimensions.t option;An array of one or more dimensions that further define the metric. For more information, see CloudWatchDimensions.
*)metricName : MetricName.t option;The name of the metric.
*)accountId : AwsAccountId.t option;Amazon Web Services account ID.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of DimensionName.t ]) list ]
list
| `String of Namespace.t ])
list ]