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:17:04 UTC

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

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

 ##########
 File path: profile.graphqls
 ##########
 @@ -54,6 +70,9 @@ type ProfileTask {
     minDurationThreshold: Int!
     # when start monitor, time interval for each dumping the stack
     dumpPeriod: Int!
+
+    # instance operation logs
+    logs: [ProfileTaskLog]
 
 Review comment:
   `[ProfileTaskLog]` -> `[ProfileTaskLog!]!`

----------------------------------------------------------------
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