Values.ForecastStatisticsSourceThe predicted high and low fault count. This is used to determine if a service has become anomalous and if an insight should be created.
type nonrec t = {faultCountHigh : NullableLong.t option;The upper limit of fault counts for a service.
*)faultCountLow : NullableLong.t option;The lower limit of fault counts for a service.
*)}