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 2023/01/12 03:12:01 UTC

[skywalking-data-collect-protocol] branch wu-sheng-patch-1 created (now 9651fa8)

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-data-collect-protocol.git


      at 9651fa8  Update README.md

This branch includes the following new commits:

     new 9651fa8  Update README.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-data-collect-protocol] 01/01: Update README.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-data-collect-protocol.git

commit 9651fa8d88b61845cf9495ec592599336154ffd0
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Jan 12 11:11:56 2023 +0800

    Update README.md
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cbdfcbc..1708e5d 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,10 @@ Apache SkyWalking typically collect data from
 3. Logs
 4. Command data. Push the commands to the agents from Server.
 5. Event. 
+6. eBPF profiling tasks.
+7. Agent in-process profiling tasks.
 
-This repo hosts the protocol of SkyWalking native report protocol, defined in gRPC. Read [Protocol DOC](https://github.com/apache/skywalking/blob/master/docs/en/protocols/README.md#probe-protocols) for more details
+This repo hosts the protocol of SkyWalking native report protocol, defined in gRPC. Read [Protocol DOC](https://skywalking.apache.org/docs/main/next/en/api/trace-data-protocol-v3/) for more details
 
 ## Release
 This repo wouldn't release separately. All source codes have been included in the main repo release. The tags match the [main repo](https://github.com/apache/skywalking) tags.