matchedRoute property

String? matchedRoute
final

The route pattern that served it — /orders/{id} — or null for a 404.

This, not path, is what a metric or a dashboard groups by. path is one value per order; the pattern is one value per endpoint, which is the difference between a chart and a cardinality explosion.

Implementation

final String? matchedRoute;