peng-yongsheng commented on a change in pull request #732: Adjust ui-query 
protocol
URL: 
https://github.com/apache/incubator-skywalking/pull/732#discussion_r160978240
 
 

 ##########
 File path: 
apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/application-layer.graphqls
 ##########
 @@ -35,6 +34,6 @@ type ConjecturalNode implements Node {
 extend type Query {
   getAllApplication(duration: Duration!): [ApplicationNode]
   getApplicationTopology(applicationId: ID!, duration: Duration!): Topology
-  getSlowService(applicationId: ID!, duration: Duration!): [ServiceInfo!]
-  getServerThroughput(applicationId: ID!, duration: Duration!): 
[AppServerInfo!]
+  getSlowService(applicationId: ID!, duration: Duration, top: Int!): 
[ServiceInfo!]
 
 Review comment:
   The parameter of duration must contains value.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to