hanahmily opened a new issue #115: service/getServiceTopology
URL: https://github.com/apache/incubator-skywalking-ui/issues/115
 
 
   ## TL;DR;
   
   No data
   
   ## Input
   
   ```graphql
   
   {
       "variables": {
           "duration": {
               "start": "2017-08-04 2248", 
               "end": "2017-08-04 2250", 
               "step": "MINUTE"
           }, 
           "serviceId": "-1"
       }, 
       "query": "
     query Service($serviceId: ID!, $duration: Duration!) {
       getServiceTopology(serviceId: $serviceId, duration: $duration) {
         nodes {
           id
           name
           type
           ... on ApplicationNode {
             sla
             callsPerSec
             responseTimePerSec
             apdex
             isAlarm
             numOfServer
             numOfServerAlarm
             numOfServiceAlarm
           }
         }
         calls {
           source
           target
           isAlert
           callType
           callsPerSec
           responseTimePerSec
         }
       }
     }
   "
   }
   
   ```
   
   ## Output
   
   ```graphql
   
   "getServiceTopology": {
               "nodes": [ ], 
               "calls": [ ]
           }
   
   ```

----------------------------------------------------------------
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