You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/05/17 06:23:20 UTC

[skywalking] branch master updated: Link Go agent project in main repo. (#2697)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c9613b  Link Go agent project in main repo. (#2697)
6c9613b is described below

commit 6c9613be38845116c68fe434ed08683f39a0c39f
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri May 17 14:23:12 2019 +0800

    Link Go agent project in main repo. (#2697)
    
    * Link Go agent project in main repo.
    
    * Fix link.
---
 README.md               | 3 ++-
 docs/en/setup/README.md | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 24277b0..b28f8ac 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,8 @@ The core features are following.
 SkyWalking supports to collect telemetry (traces and metrics) data from multiple sources
 and multiple formats,
 including
-1. Java, .NET Core, NodeJS and PHP auto-instrument agents in SkyWalking format
+1. Java, [.NET Core](https://github.com/SkyAPM/SkyAPM-dotnet), [NodeJS](https://github.com/SkyAPM/SkyAPM-nodejs) and [PHP](https://github.com/SkyAPM/SkyAPM-php-sdk) auto-instrument agents in SkyWalking format
+1. Manual-instrument [Go agent](https://github.com/tetratelabs/go2sky) in SkyWalking format.
 1. Istio telemetry format
 1. Zipkin v1/v2 format
 1. Jaeger gRPC format.
diff --git a/docs/en/setup/README.md b/docs/en/setup/README.md
index d07b753..43af35c 100644
--- a/docs/en/setup/README.md
+++ b/docs/en/setup/README.md
@@ -17,6 +17,7 @@ You could go to their project repositories to find out the releases and how to u
 - [SkyAPM .NET Core agent](https://github.com/SkyAPM/SkyAPM-dotnet). See .NET Core agent project document for more details.
 - [SkyAPM Node.js agent](https://github.com/SkyAPM/SkyAPM-nodejs). See Node.js server side agent project document for more details.
 - [SkyAPM PHP SDK](https://github.com/SkyAPM/SkyAPM-php-sdk). See PHP agent project document for more details.
+- [Tetrate GO2Sky](https://github.com/tetratelabs/go2sky). See GO2Sky project document for more details.
 
 ## Service Mesh
   - Istio