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 06:45:12 UTC

[skywalking-data-collect-protocol] branch master updated: Update README.md (#47)

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 <wu...@foxmail.com>
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