Skip to content

Provide matched pattern information in WebFlux fn [SPR-17098] #21635

@spring-projects-issues

Description

@spring-projects-issues

Brian Clozel opened SPR-17098 and commented

The annotation model in Spring WebFlux currently adds, as a exchange attribute, the information about the matched pattern for the current handler. This information is used by micrometer and the metrics support in Spring Boot to record metrics.

Spring WebFlux fn. is missing a similar feature - not having this feature is causing issues, such as cardinality explosion in URI tags.

Note that this is not only supported in the WebFlux annotation model, but also Spring MVC, RestTemplate and WebClient. This is the last piece of support missing. 


Reference URL: spring-projects/spring-boot#12757

Issue Links:

1 votes, 1 watchers

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions