-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
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:
- WebFlux.fn puts wrong type of HandlerMapping.BEST_MATCHING_PATTERN_ATTRIBUTE [SPR-17395] #21928 WebFlux.fn puts wrong type of HandlerMapping.BEST_MATCHING_PATTERN_ATTRIBUTE
- PathPatternPredicate still changes variables after failed AndPredicate [SPR-17210] #21743 PathPatternPredicate still changes variables after failed AndPredicate
1 votes, 1 watchers
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement