Values.AnomalySourceDetails about an anomaly in a specific metric of application profile. The anomaly is detected using analysis of the metric data over a period of time.
type nonrec t = {instances : AnomalyInstances.t option;A list of the instances of the detected anomalies during the requested period.
*)metric : Metric.t option;Details about the metric that the analysis used when it detected the anomaly. The metric includes the name of the frame that was analyzed with the type and thread states used to derive the metric value for that frame.
*)reason : String_.t option;The reason for which metric was flagged as anomalous.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of String_.t
| `Structure of (string * [> `Enum of string ]) list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list ]