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:38:54 UTC

[dubbo-go-samples] branch feature/skywalking created (now d27fe1eb)

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

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


      at d27fe1eb add skywalking example

This branch includes the following new commits:

     new d27fe1eb add skywalking example

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[dubbo-go-samples] 01/01: add skywalking example

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d27fe1eb40d841ca4263c4c52e93c6d6e4693da7
Author: yuyu.zx <yu...@alipay.com>
AuthorDate: Mon May 23 13:38:51 2022 +0800

    add skywalking example
---
 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 .