Skip to main content

ServerMetricsRoute

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

Request statistics of one route template.

Extends

Properties

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