Module Values.DataSource

List 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.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval make : ?performanceInsightsMetric:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t