You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/04/14 15:14:27 UTC

[incubator-skywalking] branch master updated: Update Trace-Data-Protocol.md (#1076)

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/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new c591984  Update  Trace-Data-Protocol.md (#1076)
c591984 is described below

commit c5919845ec923fff116efdbd61b997a91c1f603c
Author: Lemon <li...@hotmail.com>
AuthorDate: Sat Apr 14 23:14:23 2018 +0800

    Update  Trace-Data-Protocol.md (#1076)
---
 docs/cn/Trace-Data-Protocol-CN.md | 2 +-
 docs/en/Trace-Data-Protocol.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/cn/Trace-Data-Protocol-CN.md b/docs/cn/Trace-Data-Protocol-CN.md
index b654c96..40826c2 100644
--- a/docs/cn/Trace-Data-Protocol-CN.md
+++ b/docs/cn/Trace-Data-Protocol-CN.md
@@ -24,7 +24,7 @@ HTTP GET
 
 ### 协议内容
 - 请求
-GET操作:http://collectorIp:port/agent/grpc 。 其中`/agent/grpc`是默认值,如需修改,需要参考collector相关配置。
+GET操作:http://collectorIp:port/agent/gRPC 。 其中`/agent/gRPC`是默认值,如需修改,需要参考collector相关配置。
 
 - 返回
 JSON数组,数组的每个元素,为一个有效的gRPC服务地址。
diff --git a/docs/en/Trace-Data-Protocol.md b/docs/en/Trace-Data-Protocol.md
index 2bf5cda..811ec60 100644
--- a/docs/en/Trace-Data-Protocol.md
+++ b/docs/en/Trace-Data-Protocol.md
@@ -22,7 +22,7 @@ acquire the list periodically.
 
 ### HTTP GET
 - Input
-GET:http://collectorIp:port/agent/grpc 
+GET:http://collectorIp:port/agent/gRPC 
 
 - Output
 JSON Array. Each element in the array ia a valid gRPC service address.

-- 
To stop receiving notification emails like this one, please contact
wusheng@apache.org.