You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/10/17 13:16:20 UTC

[GitHub] [skywalking-query-protocol] wu-sheng opened a new pull request, #101: Define SpanAttachedEvent query protocol

wu-sheng opened a new pull request, #101:
URL: https://github.com/apache/skywalking-query-protocol/pull/101

   ```
   # SpanAttachedEvent represents an attached event for a traced RPC.
   # When an RPC is being traced by the in-process language agent, a span would be reported by the client-side agent.
   # And the rover would be aware of this RPC due to the existing tracing header.
   # Then, the rover agent collects extra information from the OS level to provide assistance information to diagnose network performance.
   #
   # Notice, THIS IS ALSO AVAILABLE FOR ZIPKIN SPAN.
   # -----------------------------------------------
   # In SkyWalking, ZipkinQueryHandler provides full support for all Zipkin span queries.
   # SpanAttachedEvent query is supported through the trace query URI: /api/v2/trace/{traceId}
   # A new `attachedEvents` field would be added in JSONArray format with SpanAttachedEvent in JSON as elements.
   ```
   
   The SpanAttachedEvent would be added to the current trace query automatically, both for SkyWalking and Zipkin
   
   @Fine0830 Our trace query would adopt this part of the span, after @mrproliu implements the first SpanAttachedEvent report.
   
   FYI @apache/skywalking-committers 


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-query-protocol] wu-sheng merged pull request #101: Define SpanAttachedEvent query protocol

Posted by GitBox <gi...@apache.org>.
wu-sheng merged PR #101:
URL: https://github.com/apache/skywalking-query-protocol/pull/101


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org