This is an automated email from the ASF dual-hosted git repository. zhaoyunxing pushed a commit to branch compress in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
commit 2bbf31fae179d47124b9471bdc7b488fa1996e49 Author: phil <[email protected]> AuthorDate: Sun May 30 16:25:50 2021 +0800 update: add `openzipkin`,`version` intro to dubbo-go readme, fix quote of openzipkin readme (#120) --- README.md | 4 +++- README_zh.md | 4 +++- openzipkin/README.md | 4 ++-- openzipkin/README_zh.md | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b96b5e..9da44f2 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,14 @@ * multi-registry: Register services to different registry centers * multi-zone: Call Dubbo services from different zones * multi_registry: A multi-registry example +* openzipkin: Zipkin in Dubbo-go example, It helps Dubbo-go gathering tracing data for troubleshoot latency problems * registry: uses of different registres, including kubernetes, nacos, etcd and service-discovery * router: router examples, including condition and tag * seata: A seata example -* shopping-center: A complete shopping sample +* shopping-order: A complete shopping sample * tls: Use TLS in Dubbo-go application * tracing: tracing example +* version: multiple versions example ## How To Run diff --git a/README_zh.md b/README_zh.md index ed14a44..0c55925 100644 --- a/README_zh.md +++ b/README_zh.md @@ -21,12 +21,14 @@ * metric: 在 Dubbo-go 中使用 metrics * multi-registry: 多注册 * multi-zone: 多区域 +* openzipkin: Zipkin 在 Dubbo-go 应用示例,收集 Dubbo-go 服务中的延迟问题所需的链路时序数据 * registry: 展示与不同注册中心的对接,包含了 nacos、etcd、kubernetes 和 servicediscovery * router: 展示了不同的路由,包含了 condition 和 tag * seata: 展示了与 seata 的对接 -* shopping-center: 一个在线商店的完整的例子 +* shopping-order: 一个在线商店的完整的例子 * tls: 在 Dubbo-go 中使用 TLS * tracing: 链路追踪 +* version: 多版本服务调用示例 ## 如何运行 diff --git a/openzipkin/README.md b/openzipkin/README.md index 54ef3db..c7be740 100644 --- a/openzipkin/README.md +++ b/openzipkin/README.md @@ -135,7 +135,7 @@ Once the process starts, you can verify zipkin server works by access http://loc Or Use Docker: -See [/dubbo-go-sample/zipkin/docker/docker-compose.yml](docker-compose.yml) +See [/dubbo-go-sample/openzipkin/docker/docker-compose.yml](docker-compose.yml) ```dockerfile services: @@ -166,7 +166,7 @@ docker-compose -f docker/docker-compose.yml up -d zipkin ### How To Run -Refer to [HOWTO.md](../HOWTO_zh.md) under the root directory to run this sample. +Refer to [HOWTO.md](../HOWTO.md) under the root directory to run this sample. ## The End diff --git a/openzipkin/README_zh.md b/openzipkin/README_zh.md index 72d8ec3..236feb8 100644 --- a/openzipkin/README_zh.md +++ b/openzipkin/README_zh.md @@ -143,7 +143,7 @@ java -jar zipkin.jar 或者使用 Docker : -See [/dubbo-go-sample/zipkin/docker/docker-compose.yml](docker-compose.yml) +See [/dubbo-go-sample/openzipkin/docker/docker-compose.yml](docker-compose.yml) ```dockerfile version: '2.4'
