You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by "wu-sheng (via GitHub)" <gi...@apache.org> on 2023/03/09 08:05:56 UTC

[GitHub] [skywalking-query-protocol] wu-sheng commented on a diff in pull request #111: Support cross-thread trace profiling

wu-sheng commented on code in PR #111:
URL: https://github.com/apache/skywalking-query-protocol/pull/111#discussion_r1130619054


##########
profile.graphqls:
##########
@@ -156,6 +163,10 @@ extend type Query {
     getProfileTaskSegmentList(taskID: String): [BasicTrace!]!
     # query profiled segment
     getProfiledSegment(segmentId: String): ProfiledSegment
+    # query combined segments by ref
+    getProfiledSegments(segmentIds: [String!]!): [ProfiledSegments!]!

Review Comment:
   What do you mean `by ref`?  It is better query by Trace ID?



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

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org