Merge pull request #364 from ascrutae/zhangxin/fix/spring-plugin-issue
fix operation name that span created by spring plugin is not correct
This commit is contained in:
commit
2de7fefddc
|
|
@ -36,6 +36,7 @@ public class ControllerServiceMethodInterceptor implements InstanceMethodsAround
|
|||
requestURL = "";
|
||||
}
|
||||
pathMappingCache.addPathMapping(method, requestURL);
|
||||
requestURL = pathMappingCache.findPathMapping(method);
|
||||
}
|
||||
|
||||
HttpServletRequest request = ((ServletRequestAttributes)RequestContextHolder.getRequestAttributes()).getRequest();
|
||||
|
|
|
|||
Loading…
Reference in New Issue