@@ -57,6 +57,21 @@ segmentItems:
57
57
- {key: http.method, value: GET}
58
58
- {key: url, value: 'localhost:8080/provider'}
59
59
- {key: status_code, value: '200'}
60
+ - operationName : GET:/errortest
61
+ parentSpanId : 0
62
+ spanId : 2
63
+ spanLayer : Http
64
+ startTime : gt 0
65
+ endTime : gt 0
66
+ componentId : 5005
67
+ isError : false
68
+ spanType : Exit
69
+ peer : localhost:8080
70
+ skipAnalysis : false
71
+ tags :
72
+ - {key: http.method, value: GET}
73
+ - {key: url, value: 'localhost:8080/errortest'}
74
+ - {key: status_code, value: '500'}
60
75
- operationName : GET:/consumer
61
76
parentSpanId : -1
62
77
spanId : 0
@@ -73,21 +88,6 @@ segmentItems:
73
88
- {key: url, value: 'service:8080/consumer'}
74
89
- {key: http.params, value: ''}
75
90
- {key: status_code, value: '200'}
76
- - operationName : GET:/errortest
77
- parentSpanId : 0
78
- spanId : 2
79
- spanLayer : Http
80
- startTime : gt 0
81
- endTime : gt 0
82
- componentId : 5005
83
- isError : false
84
- spanType : Exit
85
- peer : localhost:8080
86
- skipAnalysis : false
87
- tags :
88
- - {key: http.method, value: GET}
89
- - {key: url, value: 'localhost:8080/errortest'}
90
- - {key: status_code, value: '500'}
91
91
- segmentId : not null
92
92
spans :
93
93
- operationName : GET:/errortest
@@ -104,6 +104,7 @@ segmentItems:
104
104
tags :
105
105
- {key: http.method, value: GET}
106
106
- {key: url, value: 'localhost:8080/errortest'}
107
+ - {key: http.params, value: ''}
107
108
- {key: status_code, value: '500'}
108
109
refs :
109
110
- {parentEndpoint: 'GET:/consumer', networkAddress: 'localhost:8080', refType: CrossProcess,
0 commit comments