summary property

Future<RequestSummary> summary
final

How the request turned out: status, duration, and the registered path of the route that matched.

Label metrics with RequestSummary.routePath (/api/users/:id) rather than the concrete path (/api/users/42) — that is the difference between one time series and one per id.

Implementation

final Future<RequestSummary> summary;