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/05/11 13:52:08 UTC

[GitHub] candyleer opened a new issue #1215: No traceId In trace page sometimes

candyleer opened a new issue #1215: No traceId In trace page sometimes
URL: https://github.com/apache/incubator-skywalking/issues/1215
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [x] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
     master latest
   - Which company or project?
   
   - What happen?
   If possible, provide a way for reproducing the error. e.g. demo application, component version.
   ![image](https://user-images.githubusercontent.com/11530760/39927587-5e5c59b0-5565-11e8-8ae5-e6b3d50decb3.png)
   
   request
   ```
   http://localhost:8000/api/trace
   ```
   params
   ```
   {"variables":{"condition":{"queryDuration":{"start":"2018-05-11 2133","end":"2018-05-11 2148","step":"MINUTE"},"paging":{"pageNum":1,"pageSize":20,"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
   ```
   {"data":{"queryBasicTraces":{"traces":[{"key":"129.71.15260465125720000","operationName":"test","duration":2434,"start":"1526046512572","isError":false,"traceIds":[]},{"key":"129.99.15260465124670000","operationName":"httpasyncclient/local","duration":2650,"start":"1526046512475","isError":false,"traceIds":[]},{"key":"129.70.15260465045920000","operationName":"http_async","duration":8130,"start":"1526046504605","isError":false,"traceIds":[]},{"key":"128.71.15260463138370000","operationName":"test","duration":2360,"start":"1526046313837","isError":false,"traceIds":["128.70.15260463128650001"]},{"key":"128.95.15260463137540000","operationName":"httpasyncclient/local","duration":2456,"start":"1526046313768","isError":false,"traceIds":["128.70.15260463128650001"]},{"key":"128.70.15260463128630000","operationName":"http_async","duration":965,"start":"1526046312872","isError":false,"traceIds":["128.70.15260463128650001"]},{"key":"127.73.15260460367340000","operationName":"test","duration":2006,"start":"1526046036734","isError":false,"traceIds":["127.72.15260460367160001"]},{"key":"127.102.15260460367290000","operationName":"Queue/channel-local","duration":2010,"start":"1526046036730","isError":false,"traceIds":["127.72.15260460367160001"]},{"key":"127.72.15260460367160000","operationName":"http_async","duration":20,"start":"1526046036716","isError":false,"traceIds":["127.72.15260460367160001"]},{"key":"127.71.15260460258600000","operationName":"test","duration":2427,"start":"1526046025860","isError":false,"traceIds":["127.70.15260460251120001"]},{"key":"127.94.15260460258000000","operationName":"Queue/channel-local","duration":2510,"start":"1526046025805","isError":false,"traceIds":["127.70.15260460251120001"]},{"key":"127.70.15260460251100000","operationName":"http_async","duration":732,"start":"1526046025122","isError":false,"traceIds":["127.70.15260460251120001"]},{"key":"126.79.15260459222620000","operationName":"test","duration":2011,"start":"1526045922262","isError":false,"traceIds":["126.79.15260459222620001"]},{"key":"126.109.15260459222570000","operationName":"Queue/channel-local","duration":2016,"start":"1526045922258","isError":false,"traceIds":["126.78.15260459222460001"]},{"key":"126.78.15260459222460000","operationName":"http_async","duration":20,"start":"1526045922246","isError":false,"traceIds":["126.78.15260459222460001"]},{"key":"126.76.15260458893100000","operationName":"test","duration":2439,"start":"1526045889310","isError":false,"traceIds":["126.76.15260458893100001"]},{"key":"126.103.15260458892350000","operationName":"Queue/channel-local","duration":2527,"start":"1526045889239","isError":false,"traceIds":["126.75.15260458884270001"]},{"key":"126.75.15260458884260000","operationName":"http_async","duration":919,"start":"1526045888435","isError":false,"traceIds":["126.75.15260458884270001"]},{"key":"125.79.15260456986460004","operationName":"${server.error.path:${error.path:/error}}","duration":9,"start":"1526045698646","isError":true,"traceIds":["125.79.15260456986460005"]}],"total":19}}}
   ```
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.

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