wu-sheng commented on a change in pull request #1501: Add Abstract-CN.md
URL: 
https://github.com/apache/incubator-skywalking/pull/1501#discussion_r206916407
 
 

 ##########
 File path: 
apm-collector/apm-collector-thirdparty-receiver/receiver-zipkin/docs/README-CN.md
 ##########
 @@ -0,0 +1,24 @@
+# Zipkin接收器
+[Zipkin](http://zipkin.io/)接收器提供了接受Zipkin格式的span数据功能.SkyWalking可以分析、聚合并且将数据展示到可视化界面.因此,用户不需要了解SkyWalking的自动采集探针(Java,
 .NET, node.js)是如何工作的,或者这些用户因为某些原因不想改变已有的采集方式,例如Zipkin的集成工作已经完成.
+
+Zipkin接受器在SkyWalking中仅仅只是一个可选特性,即使到目前为止它依然是[孵化特性]
+(../../../../docs/cn/Incubating/Abstract-CN.md).
+
+## 局限性
+作为孵化功能,它仍是一个原型.所以它包含以下几点局限:
+
+1. 
不要在同一分布式系统中使用SkyWalking原生探针和Zipkin的类库。考虑到Zipkin和SkyWalking的HEADER不是共享/可互操作的,它们的两个不会相互传播context.这会导致已跟踪的链接中断
+1. 不支持集群模式.
+1. 
基于链路跟踪的分析将在特定时间内完成的.默认是不能超过2分钟.在分析阶段SkyWalking使用了更复杂的header和context来兼容处理Zipkin格式的数据.
 
 Review comment:
   
在进行链路分析时,基于链路会在制定时间内结束。默认链路执行时间不超过2分钟。SkyWalking使用了更复杂的header和context结构,来避免zipkin分析时的这个问题。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to