hanahmily opened a new issue #108: server/getServerTPSTrend
URL: https://github.com/apache/incubator-skywalking-ui/issues/108
 
 
   ## TL;DR;
   
   No result
   
   ## Input
   
   ```graphql
   {
       "variables": {
           "duration": {
               "start": "2017-08-03", 
               "end": "2017-08-05", 
               "step": "DAY"
           }, 
           "serverId": "2"
       }, 
       "query": "
     query Application($serverId: ID!, $duration: Duration!) {
       getServerTPSTrend(serverId: $serverId, duration: $duration) {
         trendList
       }
     }
   "
   }
   ```
   
   ## Output
   
   ```graphql
   {"data":{"getServerTPSTrend":{"trendList":[0,0,0]}}}
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to