ServerMetricsRequests
Defined in: js-api/src/dapi.ts:619
Request statistics of a window or of one route.
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
count | number | Requests served. | js-api/src/dapi.ts:621 |
errPct | number | Percentage of responses with status ≥ 400. | js-api/src/dapi.ts:629 |
p50 | number | Median response time, milliseconds. | js-api/src/dapi.ts:623 |
p95 | number | 95th-percentile response time, milliseconds. | js-api/src/dapi.ts:625 |
p99 | number | 99th-percentile response time, milliseconds. | js-api/src/dapi.ts:627 |