Replies: 1 comment 2 replies
-
HandlerInterceptor has an instrumentation target, you could check whether it is called in your case. If not, it means you need some change on Dubbo setting or have to enhance this plugin. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Calling Dubbo service in spring boot HandlerInterceptor can only monitor the link of service invocation, and can not monitor the link of Http request.
Removing Dubbo calls from HandlerInterceptor can monitor the link of Http requests.
Beta Was this translation helpful? Give feedback.
All reactions