Update Trace-Data-Protocol.md (#1076)

This commit is contained in:
Lemon 2018-04-14 23:14:23 +08:00 committed by 吴晟 Wu Sheng
parent 9feede7a72
commit c5919845ec
2 changed files with 2 additions and 2 deletions

View File

@ -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服务地址。

View File

@ -22,7 +22,7 @@ acquire the list periodically.
### HTTP GET
- Input
GEThttp://collectorIp:port/agent/grpc
GEThttp://collectorIp:port/agent/gRPC
- Output
JSON Array. Each element in the array ia a valid gRPC service address.