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 <[email protected]> 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
