wu-sheng commented on a change in pull request #73: URL: https://github.com/apache/skywalking-query-protocol/pull/73#discussion_r820186811
########## File path: metadata-v2.graphqls ########## @@ -114,6 +132,11 @@ extend type Query { # If no keyword, randomly choose endpoint based on `limit` value. findEndpoint(keyword: String, serviceId: ID!, limit: Int!): [Endpoint!]! getEndpointInfo(endpointId: ID!): EndpointInfo + + # Read process list. At least one of serviceId and instanceId is provided. + listProcesses(serviceId: ID, instanceId: ID): [Process!]! + # Find process according to given ID. Return null if not existing. + getProcess(processId: String!) Process Review comment: ```suggestion getProcess(processId: ID!) Process ``` -- 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-unsubscr...@skywalking.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org