Values.LatencySourceRepresents the average latency for the slowest X percent of requests over the last 10 seconds.
type nonrec t = {p999 : NullableDouble.t option;The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
*)p99 : NullableDouble.t option;The average latency for the slowest 1 percent of requests over the last 10 seconds.
*)p95 : NullableDouble.t option;The average latency for the slowest 5 percent of requests over the last 10 seconds.
*)p90 : NullableDouble.t option;The average latency for the slowest 10 percent of requests over the last 10 seconds.
*)p85 : NullableDouble.t option;The average latency for the slowest 15 percent of requests over the last 10 seconds.
*)p75 : NullableDouble.t option;The average latency for the slowest 25 percent of requests over the last 10 seconds.
*)p50 : NullableDouble.t option;The average latency for the slowest 50 percent of requests over the last 10 seconds.
*)p10 : NullableDouble.t option;The average latency for the slowest 90 percent of requests over the last 10 seconds.
*)}