This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git
The following commit(s) were added to refs/heads/main by this push:
new bebdac3 Update feature lists (#64)
bebdac3 is described below
commit bebdac31c2a4506e0208e09f1a38f1bc2bfd0d2e
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Fri Dec 2 15:26:20 2022 +0800
Update feature lists (#64)
---
README.md | 1 +
docs/en/concepts-and-designs/overview.md | 2 ++
2 files changed, 3 insertions(+)
diff --git a/README.md b/README.md
index b2fdc58..2850e71 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ Apache SkyWalking Rover
- CPU On/Off profiling for C, C++, Golang, and Rust.
- Network profiling for TCP, TCP(TLS), HTTP(s) traffic with topology and
metrics.
+- 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.
[](https://github.com/apache/skywalking)
[](https://twitter.com/AsfSkyWalking)
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