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 2021/03/01 05:52:46 UTC

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

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 5fd3c4a  Update README.md

This branch includes the following new commits:

     new 5fd3c4a  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 5fd3c4af1224eff33585d1505d8ce70d11c2c01d
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Mar 1 13:52:41 2021 +0800

    Update README.md
---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b80cc06..cbdfcbc 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
 # Apache SkyWalking data collect protocol
 Apache SkyWalking typically collect data from 
-1. Tracing agent.
-1. Service mesh proxy, especially Envoy controlled by Istio.
-1. Meter data, also known pure metrics data.
-1. Logs.
+1. Traces
+2. Metrics(Meter system)
+3. Logs
+4. Command data. Push the commands to the agents from Server.
+5. Event. 
 
 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