You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/01/03 02:20:05 UTC

[GitHub] [skywalking-query-protocol] mrproliu commented on a change in pull request #26: add profile task execute log

mrproliu commented on a change in pull request #26: add profile task execute log
URL: https://github.com/apache/skywalking-query-protocol/pull/26#discussion_r362691603
 
 

 ##########
 File path: profile.graphqls
 ##########
 @@ -39,6 +39,22 @@ type ProfileTaskCreationResult {
     id: String
 }
 
+# Profile task execute log
+type ProfileTaskLog {
+    id: String!
+    # profile task id
+    taskId: String!
+    # execute instance id
+    instanceId: ID!
+    # operation type
+    # 1: when sniffer has notified
+    # 2: when sniffer has execute finish to report
+    operationType: Int!
 
 Review comment:
   Yes, there will have two log records. No update operation on the database.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services