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/06/27 12:39:51 UTC

[GitHub] ascrutae edited a comment on issue #1393: Integration test before 5.0.0 beta2 release

ascrutae edited a comment on issue #1393: Integration test before 5.0.0 beta2 release
URL: https://github.com/apache/incubator-skywalking/issues/1393#issuecomment-400657003
 
 
   Sorry, this is my mistake.  @hanahmily
   But after I updated the latest code, The issue about the `Trace` page still happened, The issue about Service page don't happened but  an new issue about Service page is coming,  Here is the information about this issue.
   
   
   ## Service
   
   * **[COLLECTOR]** **[UI]** Some trouble with the protocol between UI and collector.
   **api**: `/api/service`
   
   **request**:
   ```
   {"variables":{"serviceId":"-4","traceCondition":{"applicationId":"-2","operationName":"/cache/{key}","queryDuration":{"start":"2018-06-27 2014","end":"2018-06-27 2029","step":"MINUTE"},"paging":{"pageNum":1,"pageSize":20,"needTotal":false}}},"query":"\n  query Service($serviceId: ID!, $duration: Duration!, $traceCondition: TraceQueryCondition!) {\n    getServiceResponseTimeTrend(serviceId: $serviceId, duration: $duration) {\n      trendList\n    }\n    getServiceThroughputTrend(serviceId: $serviceId, duration: $duration) {\n      trendList\n    }\n    getServiceSLATrend(serviceId: $serviceId, duration: $duration) {\n      trendList\n    }\n    getTrace(condition: $traceCondition) {\n      traces {\n        key: segmentId\n        operationName\n        duration\n        start\n        isError\n        traceIds\n      }\n      total\n    }\n    getServiceTopology(serviceId: $serviceId, duration: $duration) {\n      nodes {\n        id\n        name\n        type\n        ... on ServiceNode {\n          sla\n          calls\n          numOfServiceAlarm\n        }\n      }\n      calls {\n        source\n        target\n        isAlert\n        callType\n        cpm\n        avgResponseTime\n      }\n    }\n  }\n"}
   ```
   
   **Response**:
   ```
   {"errors":[{"message":"Validation error of type FieldUndefined: Field 'getTrace' in type 'Query' is undefined"},{"message":"Validation error of type VariableTypeMismatch: Variable type doesn't match"}]}
   ```
   
   

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