Values.PerformanceInsightsMetricSourceThis data type helps to determine Performance Insights metric to render for the insight.
type nonrec t = {metric : DescriptiveString.t option;The Performance Insights metric.
*)displayName : DescriptiveString.t option;The Performance Insights metric name.
*)dimensions : DescriptiveMap.t option;A dimension map that contains the dimensions for this partition.
*)filter : DescriptiveMap.t option;The filter for the Performance Insights metric.
*)value : Double.t option;The value of the metric. For example, 9 for db.load.avg.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `Map of
([> `String of DescriptiveString.t ]
* [> `String of DescriptiveString.t ])
list
| `String of DescriptiveString.t ])
list ]