hanahmily opened a new issue #110: server/getGCTrend
URL: https://github.com/apache/incubator-skywalking-ui/issues/110
 
 
   ## 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!) {
       getGCTrend(serverId: $serverId, duration: $duration) {
         youngGC
         oldGC
       }
     }
   "
   }
   ```
   
   # Output
   
   ```graphql
   {"data":{"getGCTrend":{"youngGC":[0,0,0],"oldGC":[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