aiyanbo opened a new issue #3172: Java agent support undertow RoutingHandler URL: https://github.com/apache/skywalking/issues/3172 - Why do you submit this issue? - [ ] Question or discussion - [ ] Bug - [ ] Requirement - [x] Feature or performance improvement ___ ### Requirement or improvement In current, Java agent will trace the undertow requests and the span's `operationName` is the request path. But the RESTful APIs has path parameter, We need support one `Routing` as one Skywalking `Endpoint`. Endpoint changes: **Before**: /projects/1/users **After**: /projects/{projectId}/users
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
