peng-yongsheng commented on issue #93: application/getAllApplication URL: https://github.com/apache/incubator-skywalking-ui/issues/93#issuecomment-369135774 1. Changed the attribute name from TPS to callsPerSec. #### INPUT ``` { getAllApplication(duration: {start: "2018-01-01 011001", end: "2018-01-30 231001", step: SECOND}) { id, name, numOfServer } } ``` #### OUTPUT ``` { "data": { "getAllApplication": [ { "id": "-1", "name": "dubbox-consumer", "numOfServer": 1 }, { "id": "2", "name": "dubbox-provider", "numOfServer": 1 } ] } } ```
---------------------------------------------------------------- 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
