提交 2de7fefd 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

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

fix operation name that span created by spring plugin is not correct
......@@ -36,6 +36,7 @@ public class ControllerServiceMethodInterceptor implements InstanceMethodsAround
requestURL = "";
}
pathMappingCache.addPathMapping(method, requestURL);
requestURL = pathMappingCache.findPathMapping(method);
}
HttpServletRequest request = ((ServletRequestAttributes)RequestContextHolder.getRequestAttributes()).getRequest();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册