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 2022/07/11 14:35:22 UTC

[GitHub] [skywalking-query-protocol] wu-sheng commented on a diff in pull request #98: Support query process relation metrics

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


##########
topology.graphqls:
##########
@@ -91,6 +91,14 @@ type EndpointNode {
 type ProcessNode {
     # The process id of each node.
     id: ID!
+    # Service id
+    serviceId: ID!
+    # The literal name of the #serviceId.
+    serviceName: String!
+    # Service Instance id
+    serviceInstanceId: ID!
+    # The literal name of the #serviceInstanceId.
+    serviceInstanceName: String!

Review Comment:
   Are these available for Process Node relative query?



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