You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/04/14 15:14:25 UTC

[GitHub] wu-sheng closed pull request #1076: Update Trace-Data-Protocol.md

wu-sheng closed pull request #1076: Update  Trace-Data-Protocol.md
URL: https://github.com/apache/incubator-skywalking/pull/1076
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/cn/Trace-Data-Protocol-CN.md b/docs/cn/Trace-Data-Protocol-CN.md
index b654c9613..40826c266 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 2bf5cda4c..811ec6038 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.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services