未验证 提交 eebd016e 编写于 作者: K kezhenxu94

Change return type to v2

上级 f2f57c17
......@@ -24,7 +24,6 @@ option csharp_namespace = "SkyWalking.NetworkProtocol";
import "common/common.proto";
import "common/trace-common.proto";
import "language-agent/Downstream.proto";
service ProfileTask {
......@@ -33,11 +32,11 @@ service ProfileTask {
}
// collect dumped thread snapshot
rpc collectSnapshot (stream ThreadSnapshot) returns (Downstream) {
rpc collectSnapshot (stream ThreadSnapshot) returns (Commands) {
}
// report profiling task finished
rpc reportTaskFinish (ProfileTaskFinishReport) returns (Downstream) {
rpc reportTaskFinish (ProfileTaskFinishReport) returns (Commands) {
}
}
......@@ -47,7 +46,7 @@ message ProfileTaskCommandQuery {
int32 serviceId = 1;
int32 instanceId = 2;
// last commmand timestamp
// last command timestamp
int64 lastCommandTime = 3;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册