mufiye commented on issue #9999:
URL: https://github.com/apache/skywalking/issues/9999#issuecomment-1381376816

   > 
   
   Oh, sorry, it is `StaticMethodsAroundInterceptor` in code below actually but 
I write `InstanceMethodsAroundInterceptor` wrongly in description.
   The problem is that, I use the `SpanRef` with 
`EnhancedInstance#setSkyWalkingDynamicField` to encapsulate the created span 
such as entrySpan, localSpan, exitSpan. So to return the `SpanRef` instance, I 
should new an instance in the `createLocalSpan` method which is intercepted by 
the `TracerCreateLocalSpanInterceptor`. So I want to know if this construction 
process of `SpanRef` intercepeted by the `SpanRefConstructInterceptor` can take 
effect in the `TracerCreateLocalSpanInterceptor#afterMethod`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to