From b4b2953211f05cb659576eaa35fbd61d63fd6af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Fri, 22 May 2020 10:30:58 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad649d3..3553b4a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Apache SkyWalking typically collect data from 1. Language agent, including Java, .Net, PHP, Golang, NodeJS, Lua. 1. Service mesh proxy, especially Envoy controlled by Istio +1. Meter data, also known pure metrics data. 1. 3rd libs, such as Zipkin, Jaeger 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 -- GitLab