You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/05/23 05:51:26 UTC

[dubbo-go-samples] branch master updated: add skywalking example (#378)

This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new e0f42b5a add skywalking example (#378)
e0f42b5a is described below

commit e0f42b5a9a7ce86efc1f9e7b6375b5f95e3b57c1
Author: Xin.Zh <dr...@foxmail.com>
AuthorDate: Mon May 23 13:51:21 2022 +0800

    add skywalking example (#378)
    
    Co-authored-by: yuyu.zx <yu...@alipay.com>
---
 skywalking/README.md    | 4 ++++
 skywalking/README_zh.md | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/skywalking/README.md b/skywalking/README.md
new file mode 100644
index 00000000..54e4e842
--- /dev/null
+++ b/skywalking/README.md
@@ -0,0 +1,4 @@
+# SkyWalking example
+
+The SkyWalking has built a repo which shows how to integrated it into dubbo-go. Please visit https://github.com/SkyAPM/go2sky-plugins/tree/master/dubbo-go .
+
diff --git a/skywalking/README_zh.md b/skywalking/README_zh.md
new file mode 100644
index 00000000..b4c41ed9
--- /dev/null
+++ b/skywalking/README_zh.md
@@ -0,0 +1,3 @@
+# SkyWalking 使用示例 
+
+SkyWalking 官方已经给出了一个使用示例,说明如何在 dubbo-go 中使用 SkyWalking。示例见  https://github.com/SkyAPM/go2sky-plugins/tree/master/dubbo-go .