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


##########
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:
   This means combining all the same segments under one process. 
   Query by segments because this query only focuses on the profiled segments, 
not all segments under one trace.  



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to