hanahmily opened a new issue #1748: Test: No service instances
URL: https://github.com/apache/incubator-skywalking/issues/1748
 
 
   Refer to #1710
   
   ## Requst
   ### Query
   ```graphql
     query Service($serviceId: ID!, $duration: Duration!) {
       getServiceInstances(duration: $duration, serviceId: $serviceId) {
         key: id
         name
         attributes {
           name
           value
         }
         language
       }
   ```
   
   ### Variables
   
   ```json
   {"duration":{"start":"2018-10-10 1100","end":"2018-10-10 
1115","step":"MINUTE"},"serviceId":"3"}
   ```
   
   ## Response
   
   ```json
   {"data":{"getServiceInstances":[]}}
   ```

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