starsz commented on a change in pull request #6302: URL: https://github.com/apache/apisix/pull/6302#discussion_r805457424
########## File path: docs/zh/latest/plugins/zipkin.md ########## @@ -31,9 +31,9 @@ title: zipkin ## 名字 -`zipkin`(https://github.com/openzipkin/zipkin) 是一个开源的服务跟踪插件。 +[Zipkin](https://github.com/openzipkin/zipkin)是开源的分布调用链追踪系统。该插件基于[Zipkin API规范](https://zipkin.io/pages/instrumenting.html),支持收集跟踪信息,并上报 Zipkin Collector。 Review comment: ```suggestion [Zipkin](https://github.com/openzipkin/zipkin) 是开源的分布调用链追踪系统。该插件基于[Zipkin API规范](https://zipkin.io/pages/instrumenting.html),支持收集跟踪信息,并上报 Zipkin Collector。 ``` ########## File path: docs/en/latest/plugins/zipkin.md ########## @@ -27,14 +27,15 @@ title: Zipkin - [**Attributes**](#attributes) - [**How To Enable**](#how-to-enable) - [**Test Plugin**](#test-plugin) - - [run the Zipkin instance](#run-the-zipkin-instance) + - [Run the Zipkin instance](#run-the-zipkin-instance) + - [Run the Jaeger instance](#run-the-jaeger-instance) - [**Disable Plugin**](#disable-plugin) ## Name -[Zipkin](https://github.com/openzipkin/zipkin) is a OpenTracing plugin. +[Zipkin](https://github.com/openzipkin/zipkin) an open source distributed tracing system. This plugin is supported to collect tracing and report to Zipkin Collector based on [Zipkin API specification](https://zipkin.io/pages/instrumenting.html). -It's also works with `Apache SkyWalking`, which is support Zipkin v1/v2 format. +It's also works with [Apache SkyWalking](https://skywalking.apache.org/docs/main/latest/en/setup/backend/zipkin-trace/#zipkin-receiver) and [Jaeger](https://www.jaegertracing.io/docs/1.31/getting-started/#migrating-from-zipkin), which are support Zipkin [v1](https://zipkin.io/zipkin-api/zipkin-api.yaml)/[v2](https://zipkin.io/zipkin-api/zipkin2-api.yaml) format. And of course, it can integrate other tracing systems adapted to Zipkin v1/v2 format as well. Review comment: ```suggestion It's also works with [Apache SkyWalking](https://skywalking.apache.org/docs/main/latest/en/setup/backend/zipkin-trace/#zipkin-receiver) and [Jaeger](https://www.jaegertracing.io/docs/1.31/getting-started/#migrating-from-zipkin), which are support Zipkin [v1](https://zipkin.io/zipkin-api/zipkin-api.yaml)/[v2](https://zipkin.io/zipkin-api/zipkin2-api.yaml) format. And of course, it can integrate other tracing systems adapted to Zipkin v1/v2 format as well. ``` -- 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]
