Update Trace-Data-Protocol.md (#1076)
This commit is contained in:
parent
9feede7a72
commit
c5919845ec
|
|
@ -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服务地址。
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue