Values.DataSourceList of data objects which provide details about source metrics. This field can be used to determine the PI metric to render for the insight. This data type also includes static values for the metrics for the Insight that were calculated and included in text and annotations on the DB load chart.
type nonrec t = {performanceInsightsMetric : PerformanceInsightsMetric.t option;This field determines the Performance Insights metric to render for the insight. The name field refers to a Performance Insights metric.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of Double.t
| `Map of
([> `String of DescriptiveString.t ]
* [> `String of DescriptiveString.t ])
list
| `String of DescriptiveString.t ])
list ])
list ]