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 2020/12/03 09:34:57 UTC

[skywalking] branch master updated: Update some doc. (#5942)

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 0c2367a  Update some doc. (#5942)
0c2367a is described below

commit 0c2367a114a11ef1941ba6e633e06fff00ccc79b
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Dec 3 17:34:37 2020 +0800

    Update some doc. (#5942)
    
    * Update manual-sdk.md
    
    * Update README.md
    
    * Update README.md
---
 docs/en/concepts-and-designs/manual-sdk.md | 17 +++--------------
 docs/en/setup/README.md                    |  6 ++++--
 2 files changed, 7 insertions(+), 16 deletions(-)

diff --git a/docs/en/concepts-and-designs/manual-sdk.md b/docs/en/concepts-and-designs/manual-sdk.md
index 215aff7..bb965d2 100644
--- a/docs/en/concepts-and-designs/manual-sdk.md
+++ b/docs/en/concepts-and-designs/manual-sdk.md
@@ -1,21 +1,10 @@
 # Manual instrument SDK
 We have manual instrument SDK contributed from the community.
 - [Go2Sky](https://github.com/SkyAPM/go2sky). Go SDK follows SkyWalking format.
-
-Welcome to consider contributing in following languages:
-- Python
-- C++
+- [C++](https://github.com/SkyAPM/cpp2sky). C++ SDK follows SkyWalking format. 
 
 ## What is SkyWalking formats and propagation protocols?
 See these protocols in [protocols document](../protocols/README.md).
 
-## Can SkyWalking provide OpenCensus exporter in above languages?
-At the moment I am writing this document, **NO**. Because, OC(OpenCensus) don't support context extendable 
-mechanism, and no hook mechanism when manipulate spans. SkyWalking relied on those to propagate more things
-than trace id and span id.
-
-We are already in the middle of discussion, see https://github.com/census-instrumentation/opencensus-specs/issues/70.
-After OC provides this officially, we can.
-
-## How about Zipkin instrument SDKs?
-See [Zipkin receiver](../setup/backend/backend-receivers.md) in backend **Choose receiver** section. 
+## Envoy tracer
+Envoy has its internal tracer implementation for SkyWalking. Read [SkyWalking Tracer doc](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/trace/v3/skywalking.proto.html?highlight=skywalking) and [SkyWalking tracing sandbox](https://www.envoyproxy.io/docs/envoy/latest/start/sandboxes/skywalking_tracing.html?highlight=skywalking) for more details.
diff --git a/docs/en/setup/README.md b/docs/en/setup/README.md
index 5d7744b..ffcf81f 100644
--- a/docs/en/setup/README.md
+++ b/docs/en/setup/README.md
@@ -27,9 +27,11 @@ You can go to their project repositories for additional info about guides and re
 
 - [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.
+- [SkyAPM PHP agent](https://github.com/SkyAPM/SkyAPM-php-sdk). See PHP agent project document for more details.
 
-- [SkyAPM GO2Sky](https://github.com/SkyAPM/go2sky). See GO2Sky project document for more details.
+- [SkyAPM Go SDK](https://github.com/SkyAPM/go2sky). See go2sky project document for more details.
+
+- [SkyAPM C++ SDK](https://github.com/SkyAPM/cpp2sky). See cpp2sky project document for more details.
 
 ## Browser Monitoring
 [Apache SkyWalking Client JS](https://github.com/apache/skywalking-client-js). Support collecting metrics and error logs