wu-sheng commented on issue #2653: Improve Zipkin<->SkyWalking integration URL: https://github.com/apache/skywalking/issues/2653#issuecomment-503185825 > Are there any articles or docs to discrip how Skywalking analysis the metrics of traces in cluster mode? No, I am afraid. But in the short version, SkyWalking has special header and segment formats, very different with Zipkin span based. It is designed particularly for APM, rather than tracing. I think you can't learn from those about how to analysis Zipkin span. `MultiScopesSpanListener` to `SourceBuilder` is still the best refer. You need to analysis spans, and get all Scopes of SkyWalking, and send them OAL engine. This feature requires clear understanding of what is SkyWalking OAP and OAL scripts.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
