diff --git a/profile/Profile.proto b/profile/Profile.proto index 3da1b41a6f040e51743c514e5969ef76df3097be..eb6bd965d15e3f74cc6070b2bf90f8027b31b98b 100644 --- a/profile/Profile.proto +++ b/profile/Profile.proto @@ -42,8 +42,8 @@ service ProfileTask { message ProfileTaskCommandQuery { // current sniffer information - int32 serviceId = 1; - int32 instanceId = 2; + string service = 1; + string serviceInstance = 2; // last command timestamp int64 lastCommandTime = 3; @@ -71,8 +71,8 @@ message ThreadStack { // profile task finished report message ProfileTaskFinishReport { // current sniffer information - int32 serviceId = 1; - int32 instanceId = 2; + string service = 1; + string serviceInstance = 2; // profile task string taskId = 3;