提交 4a466a17 编写于 作者: wu-sheng's avatar wu-sheng

Fix the profile protocol.

上级 c106b75e
...@@ -42,8 +42,8 @@ service ProfileTask { ...@@ -42,8 +42,8 @@ service ProfileTask {
message ProfileTaskCommandQuery { message ProfileTaskCommandQuery {
// current sniffer information // current sniffer information
int32 serviceId = 1; string service = 1;
int32 instanceId = 2; string serviceInstance = 2;
// last command timestamp // last command timestamp
int64 lastCommandTime = 3; int64 lastCommandTime = 3;
...@@ -71,8 +71,8 @@ message ThreadStack { ...@@ -71,8 +71,8 @@ message ThreadStack {
// profile task finished report // profile task finished report
message ProfileTaskFinishReport { message ProfileTaskFinishReport {
// current sniffer information // current sniffer information
int32 serviceId = 1; string service = 1;
int32 instanceId = 2; string serviceInstance = 2;
// profile task // profile task
string taskId = 3; string taskId = 3;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册