ascrutae opened a new issue #139: Trace graph can't display when click the 
trace what has multiple global trace id
URL: https://github.com/apache/incubator-skywalking-ui/issues/139
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [x] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ## Bug Description
   
   Screen snapshot:
   <img width="1113" alt="wx20180308-104916 2x" 
src="https://user-images.githubusercontent.com/12436447/37130443-64a8da7a-22be-11e8-8b7d-921e7a627643.png";>
   
   The trace data look like this:
   ```
   
{"data":{"queryBasicTraces":{"traces":[{"key":"2.23.15204770137120006","operationName":"org.apache.skywalking.test.kafka.MessageConsumer.consumer()","duration":60,"start":"1520477013712","isError":false,"traceIds":["3.84.15204769998380001","3.82.15204769989850001","3.77.15204769964800001","3.80.15204769980050001"]}],"total":1}}}
   ```
   
   The `3.82.15204769989850001` look like this:
   ```
   
{"data":{"queryTrace":{"spans":[{"traceId":"3.84.15204769998380001","segmentId":"2.23.15204770137120006","spanId":0,"parentSpanId":-1,"refs":[],"applicationCode":"kafka-consumer","startTime":1520477013712,"endTime":1520477013772,"operationName":"org.apache.skywalking.test.kafka.MessageConsumer.consumer()","type":"Local","peer":"","component":"","isError":false,"layer":"Unknown","tags":[],"logs":[]},{"traceId":"3.84.15204769998380001","segmentId":"3.84.15204769998380000","spanId":0,"parentSpanId":-1,"refs":[],"applicationCode":"kafka-producer","startTime":1520476999839,"endTime":1520476999861,"operationName":"/sendMessage/{count}","type":"Entry","peer":"","component":"SpringMVC","isError":false,"layer":"Http","tags":[{"key":"url","value":"http://localhost:18080/sendMessage/1"},{"key":"http.method","value":"GET"}],"logs":[]},{"traceId":"3.84.15204769998380001","segmentId":"3.84.15204769998380000","spanId":1,"parentSpanId":0,"refs":[],"applicationCode":"kafka-producer","startTime":1520476999846,"endTime":1520476999850,"operationName":"Kafka/Trace-topic-1/Producer","type":"Exit","peer":"127.0.0.1:9092","component":"Kafka","isError":false,"layer":"MQ","tags":[{"key":"mq.broker","value":"127.0.0.1:9092"},{"key":"mq.topic","value":"Trace-topic-1"}],"logs":[]},{"traceId":"3.84.15204769998380001","segmentId":"2.23.15204770137120006","spanId":1,"parentSpanId":0,"refs":[{"traceId":"3.84.15204769998380001","parentSegmentId":"3.77.15204769964790000","parentSpanId":1,"type":"CROSS_PROCESS"},{"traceId":"3.84.15204769998380001","parentSegmentId":"3.80.15204769980050000","parentSpanId":1,"type":"CROSS_PROCESS"},{"traceId":"3.84.15204769998380001","parentSegmentId":"3.82.15204769989850000","parentSpanId":1,"type":"CROSS_PROCESS"},{"traceId":"3.84.15204769998380001","parentSegmentId":"3.84.15204769998380000","parentSpanId":1,"type":"CROSS_PROCESS"}],"applicationCode":"kafka-consumer","startTime":1520477013719,"endTime":1520477013759,"operationName":"Kafka/Trace-topic-1/Consumer","type":"Entry","peer":"","component":"Kafka","isError":false,"layer":"MQ","tags":[{"key":"mq.broker","value":"127.0.0.1:9092"},{"key":"mq.topic","value":"Trace-topic-1"}],"logs":[]}]}}}
   ```

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