ServerMetricsRequests
Defined in: js-api/src/dapi.ts:612
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:614 |
errPct | number | Percentage of responses with status ≥ 400. | js-api/src/dapi.ts:622 |
p50 | number | Median response time, milliseconds. | js-api/src/dapi.ts:616 |
p95 | number | 95th-percentile response time, milliseconds. | js-api/src/dapi.ts:618 |
p99 | number | 99th-percentile response time, milliseconds. | js-api/src/dapi.ts:620 |