Skip to content

Commit c9bf6fc

Browse files
committed
[bugfix] amqp agent supplementary test
1 parent e839faa commit c9bf6fc

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

test/plugins/scenarios/amqp/config/excepted.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,21 @@ segmentItems:
3535
- { key: mq.broker, value: 'amqp-server:5672' }
3636
- { key: mq.exchange, value: not null }
3737
- { key: mq.routing_key, value: sw-queue-1 }
38+
- operationName: AMQP/sw-queue-1/Producer
39+
parentSpanId: 0
40+
spanId: 2
41+
spanLayer: MQ
42+
startTime: nq 0
43+
endTime: nq 0
44+
componentId: 144
45+
isError: false
46+
spanType: Exit
47+
peer: amqp-server:5672
48+
skipAnalysis: false
49+
tags:
50+
- { key: mq.broker, value: 'amqp-server:5672' }
51+
- { key: mq.exchange, value: not null }
52+
- { key: mq.routing_key, value: sw-queue-1 }
3853
- operationName: AMQP/sw-queue-1/sw-consumer-1/Consumer
3954
parentSpanId: 0
4055
spanId: 3
@@ -59,21 +74,6 @@ segmentItems:
5974
parentSpanId: 1, parentTraceSegmentId: not null,
6075
parentServiceInstance: not null, parentService: amqp,
6176
traceId: not null }
62-
- operationName: AMQP/sw-queue-1/Producer
63-
parentSpanId: 0
64-
spanId: 2
65-
spanLayer: MQ
66-
startTime: nq 0
67-
endTime: nq 0
68-
componentId: 144
69-
isError: false
70-
spanType: Exit
71-
peer: amqp-server:5672
72-
skipAnalysis: false
73-
tags:
74-
- { key: mq.broker, value: 'amqp-server:5672' }
75-
- { key: mq.exchange, value: not null }
76-
- { key: mq.routing_key, value: sw-queue-1 }
7777
- operationName: AMQP/sw-queue-1/sw-consumer-1/Consumer
7878
parentSpanId: 0
7979
spanId: 4
@@ -95,7 +95,7 @@ segmentItems:
9595
- { key: mq.args, value: not null }
9696
refs:
9797
- { parentEndpoint: 'GET:/execute', networkAddress: 'amqp-server:5672', refType: CrossProcess,
98-
parentSpanId: 3, parentTraceSegmentId: not null,
98+
parentSpanId: 2, parentTraceSegmentId: not null,
9999
parentServiceInstance: not null, parentService: amqp,
100100
traceId: not null }
101101
- operationName: GET:/execute

0 commit comments

Comments
 (0)