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

wusheng pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new c987be0  Update README.md (#47)
c987be0 is described below

commit c987be061e570ce7d0d8f415753f05555e787407
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Mon Mar 1 14:45:02 2021 +0800

    Update README.md (#47)
---
 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
 

Reply via email to