fix operation name that span created by spring plugin is not correct
This commit is contained in:
parent
e782a5871c
commit
ffed1e928f
|
|
@ -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