Commit 2de7fefd authored by 吴晟's avatar 吴晟 Committed by GitHub
Browse files

Merge pull request #364 from ascrutae/zhangxin/fix/spring-plugin-issue

fix operation name that span created by spring plugin is not correct
parents e782a587 ffed1e92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ public class ControllerServiceMethodInterceptor implements InstanceMethodsAround
                requestURL = "";
            }
            pathMappingCache.addPathMapping(method, requestURL);
            requestURL = pathMappingCache.findPathMapping(method);
        }

        HttpServletRequest request = ((ServletRequestAttributes)RequestContextHolder.getRequestAttributes()).getRequest();