ascrutae commented on issue #855: Begin SkyWalking 5.0.0-alpha e2e integration 
test.
URL: 
https://github.com/apache/incubator-skywalking/issues/855#issuecomment-370391425
 
 
   # Report @ 2018/03/05 19:00
   
   ## Trace
   * **[COLLECTOR]** Can't query any trace data.
   Graphsql service:
   ```
   /api/trace
   ```
   
   request parameters:
   ```
   
{"variables":{"condition":{"applicationId":"2","queryDuration":{"start":"2018-03-05
 1856","end":"2018-03-05 
1911","step":"MINUTE"},"paging":{"pageNum":1,"pageSize":10,"needTotal":true}}},"query":"\n
  query BasicTraces($condition: TraceQueryCondition) {\n    
queryBasicTraces(condition: $condition) {\n      traces {\n        key: 
segmentId\n        operationName\n        duration\n        start\n        
isError\n        traceIds\n  }\n      total\n    }\n  }\n"}
   ```
   
   response body:
   ```
   {"errors":[{"message":"Validation error of type FieldUndefined: Field 
'segmentId' in type 'BasicTrace' is undefined"}]}
   ```
   
   ## Topology
   * **[COLLECTOR]** The topology is incorrect in Kafka case.
   Screen snapshot:
   <img width="1176" alt="dashboard" 
src="http://odqd22a3k.bkt.clouddn.com/topology.png"/>
   
   
   ## Application
   * **[COLLECTOR]** The topology is incorrect in Kafka case.
   Screen snapshot:
   <img width="1176" alt="dashboard" 
src="http://odqd22a3k.bkt.clouddn.com/application-topology.png"/>
   

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