You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/10/10 10:05:31 UTC

[GitHub] hanahmily opened a new issue #1750: Test: No trace id in Trace

hanahmily opened a new issue #1750: Test: No trace id in Trace
URL: https://github.com/apache/incubator-skywalking/issues/1750
 
 
   Refer to #1710
   
   ## Requst
   ### Query
   ```graphql
     query BasicTraces($condition: TraceQueryCondition) {
       queryBasicTraces(condition: $condition) {
         traces {
           key: segmentId
           endpointNames
           duration
           start
           isError
           traceIds
         }
         total
       }
     }
   ```
   
   ### Variables
   
   ```json
   {"condition":{"traceState":"ALL","queryOrder":"BY_START_TIME","queryDuration":{"start":"2018-10-10 1100","end":"2018-10-10 1115","step":"MINUTE"},"paging":{"pageNum":1,"pageSize":20,"needTotal":true}}
   ```
   
   ## Response
   
   ```json
   {"data":{"queryBasicTraces":{"traces":[{"key":"4.5.6","endpointNames":["org.apache.skywalking.RocketMQ"],"duration":2000,"start":"1539140634654","isError":false,"traceIds":[]},{"key":"7.8.9","endpointNames":["org.skywaking.apm.testcase.dubbo.services.GreetService.doBusiness()"],"duration":2000,"start":"1539140634654","isError":true,"traceIds":[]},{"key":"16.17.18","endpointNames":["org.skywaking.apm.testcase.dubbo.services.GreetService.doBusiness()"],"duration":2000,"start":"1539140634654","isError":true,"traceIds":[]},{"key":"13.14.15","endpointNames":["org.apache.skywalking.RocketMQ"],"duration":2000,"start":"1539140634654","isError":true,"traceIds":[]}],"total":4}}}
   ```

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


With regards,
Apache Git Services