-
Notifications
You must be signed in to change notification settings - Fork 38.7k
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
Jon Schneider opened SPR-16537 and commented
For tagging on metrics and tracing, it is essential that we have access to the templated URI before it is expanded with variables. For example, a metrics tag should have uri=/users/{id}
and not uri=/users/1
to perform useful aggregation on requests and not overwhelm a monitoring system with unique tags.
There is a way to set the uriBuilderFactory
on WebClient.Builder
, but no effective way to retrieve the preconfigured uriBuilderFactory
in order to delegate to it while capturing the template.
Affects: 5.0.4
Issue Links:
- Provide access to the unexpanded URI template when using WebTestClient [SPR-15589] #20148 Provide access to the unexpanded URI template when using WebTestClient
Referenced from: commits 9352e3d
1 votes, 7 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