You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2022/12/02 06:30:25 UTC

[skywalking-rover] branch wu-sheng-patch-1 created (now 8b08077)

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

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git


      at 8b08077  Update overview.md

This branch includes the following new commits:

     new 8b08077  Update overview.md

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.



[skywalking-rover] 01/01: Update overview.md

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

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git

commit 8b08077bf4dc267226521ec726d2efd7ea603ca5
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Dec 2 14:30:21 2022 +0800

    Update overview.md
---
 docs/en/concepts-and-designs/overview.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/en/concepts-and-designs/overview.md b/docs/en/concepts-and-designs/overview.md
index ac9c3dd..ac4ebf1 100644
--- a/docs/en/concepts-and-designs/overview.md
+++ b/docs/en/concepts-and-designs/overview.md
@@ -8,6 +8,8 @@ On the Linux platform, we could collect a lot of telemetry data. Rover could col
 and upload them to the SkyWalking backend for analysis, aggregate, and visualize them.
 
 1. EBPF-based profiling for C, C++, Golang, and Rust.
+2. Network profiling for L4(TCP) and L7(HTTP) traffic, including with TLS.
+3. Tracing enhancement. Collect extra information from OS level as attached events for the existing tracing system, such as attach raw data of HTTP request and reponse.
 
 ## Architecture