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/07/03 09:07:13 UTC

[GitHub] peng-yongsheng edited a comment on issue #1423: Tracing order shows error when I use hystrix before dubbo

peng-yongsheng edited a comment on issue #1423:  Tracing order shows error when I use hystrix before dubbo 
URL: https://github.com/apache/incubator-skywalking/issues/1423#issuecomment-402064059
 
 
   Sample data
   ```
   {
   	"data": {
   		"queryTrace": {
   			"spans": [{
   				"traceId": "8.89.15306041834574351",
   				"segmentId": "8.89.15306041834574350",
   				"spanId": 0,
   				"parentSpanId": -1,
   				"refs": [],
   				"applicationCode": "trace_provider_b",
   				"startTime": 1530604183457,
   				"endTime": 1530604183458,
   				"operationName": "/demo2",
   				"type": "Entry",
   				"peer": "",
   				"component": "SpringMVC",
   				"isError": false,
   				"layer": "Http",
   				"tags": [{
   					"key": "url",
   					"value": "http://ip:port/demo2"
   				}, {
   					"key": "http.method",
   					"value": "GET"
   				}],
   				"logs": []
   			}, {
   				"traceId": "8.89.15306041834574351",
   				"segmentId": "8.89.15306041834574350",
   				"spanId": 1,
   				"parentSpanId": 0,
   				"refs": [],
   				"applicationCode": "trace_provider_b",
   				"startTime": 1530604183457,
   				"endTime": 1530604183458,
   				"operationName": "com.bangdao.plat.trace_test_a.biz.facade.HelloService.getHello(HelloReq)",
   				"type": "Exit",
   				"peer": "ip:port",
   				"component": "Dubbo",
   				"isError": false,
   				"layer": "RPCFramework",
   				"tags": [{
   					"key": "url",
   					"value": "dubbo://ip:port/com.bangdao.plat.trace_test_a.biz.facade.HelloService.getHello(HelloReq)"
   				}],
   				"logs": []
   			}, {
   				"traceId": "8.89.15306041834574351",
   				"segmentId": "12.336.15306041834583034",
   				"spanId": 0,
   				"parentSpanId": -1,
   				"refs": [{
   					"traceId": "8.89.15306041834574351",
   					"parentSegmentId": "8.89.15306041834574350",
   					"parentSpanId": 1,
   					"type": "CROSS_PROCESS"
   				}],
   				"applicationCode": "trace_provider_a",
   				"startTime": 1530604183458,
   				"endTime": 1530604183458,
   				"operationName": "com.bangdao.plat.trace_test_a.biz.facade.HelloService.getHello(HelloReq)",
   				"type": "Entry",
   				"peer": "",
   				"component": "Dubbo",
   				"isError": false,
   				"layer": "RPCFramework",
   				"tags": [{
   					"key": "url",
   					"value": "dubbo://ip:port/com.bangdao.plat.trace_test_a.biz.facade.HelloService.getHello(HelloReq)"
   				}],
   				"logs": []
   			}, {
   				"traceId": "8.89.15306041834574351",
   				"segmentId": "8.114.15306041834577602",
   				"spanId": 0,
   				"parentSpanId": -1,
   				"refs": [{
   					"traceId": "8.89.15306041834574351",
   					"parentSegmentId": "8.89.15306041834574350",
   					"parentSpanId": 1,
   					"type": "CROSS_THREAD"
   				}],
   				"applicationCode": "trace_provider_b",
   				"startTime": 1530604183457,
   				"endTime": 1530604183458,
   				"operationName": "Hystrix/com.bangdao.plat.trace_test_a.biz.facade.HelloService.getHello/Execution",
   				"type": "Local",
   				"peer": "",
   				"component": "Hystrix",
   				"isError": false,
   				"layer": "Unknown",
   				"tags": [],
   				"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:
users@infra.apache.org


With regards,
Apache Git Services