Skip to main content

ServerMetricsRoute

Defined in: js-api/src/dapi.ts:626

Request statistics of one route template.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
countnumberRequests served.ServerMetricsRequests.countjs-api/src/dapi.ts:614
errPctnumberPercentage of responses with status ≥ 400.ServerMetricsRequests.errPctjs-api/src/dapi.ts:622
methodstringHTTP method (GET, POST, ...).-js-api/src/dapi.ts:628
p50numberMedian response time, milliseconds.ServerMetricsRequests.p50js-api/src/dapi.ts:616
p95number95th-percentile response time, milliseconds.ServerMetricsRequests.p95js-api/src/dapi.ts:618
p99number99th-percentile response time, milliseconds.ServerMetricsRequests.p99js-api/src/dapi.ts:620
routestringThe server's route template (/users/{id}/picture), or /{unmatched} for requests no route handled.-js-api/src/dapi.ts:630