Link Go agent project in main repo. (#2697)

* Link Go agent project in main repo.

* Fix link.
This commit is contained in:
吴晟 Wu Sheng 2019-05-17 14:23:12 +08:00 committed by GitHub
parent 4eb5def126
commit 6c9613be38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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