+
+
+
Latency
+
+
+ P95 Latency
+
+
+ The 95th percentile response time. 95% of requests complete
+ faster than this value; the remaining 5% are slower.
+
+
+ Lower is better — aim for under 200 ms for a smooth
+ experience.
+
+
+ }
+ ariaLabel="Help: What is P95 latency?"
+ />
+
+
Last 24 hours
+
+
+
+
+ Min
+
+ {stats.min} ms
+
+
+
+ Avg
+
+ {stats.avg} ms
+
+
+
+ P95
+
+ {stats.p95} ms
+
+
+
+ Max
+
+ {stats.max} ms
+
+
+
+
+
+
+ {MOCK_DATA.map((point, idx) => {
+ const heightPct = (point.value / maxValue) * 100;
+ const isHighest = point.value === maxValue;
+ return (
+
+ );
+ })}
+
+
+
+
+ Bars represent sampled response times. The tallest bar marks the
+ highest observed latency in the window.
+
+