Skip to content

SkyWalking gRPC Exporter and traces #7292

Answered by wu-sheng
dvisigalli asked this question in Q&A
Discussion options

You must be logged in to vote

From our previous discussion, this may be not possible. At least, it is nearly impossible.
SkyWalking's trace format includes more information, especially for parent part of the RPC entry span, which includes parent service name, parent instance name, peer address used in client side.
If you want to translate the Dapper style span(Zipkin's or Jaeger's are similar), you are building a complex aggregation system, which is not worth it.

The logic behind this is, SkyWalking's trace is designed and built for topology and metrics analysis. So, it sets up all explicit fields and rules when agents build it.

If you are interested in the trace to metrics+topology part, I have to recommend you use o…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dvisigalli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants