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

   > > > One more suggestion, we could consider SpanRef as a new API, thay 
could be more flexible.
   > > 
   > > 
   > > Is this SpanRef refering to `AsyncSpanRef`? Sorry, I can't understand 
the meaning of "a new API".
   > 
   > Oh, sorry. I didn't mean that. It is alternative to the current 
ActiveSpan. The SpanRef is a point of new created or active span. User could 
directly use it, rather than calling ActiveSpan every time.
   
   Oh, I think I understand what you mean. So if we create a span, we can use 
`SpanRef` to point to this span. When we want to call the log function of this 
span, so we can just use this `SpanRef` directly, right?


-- 
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