Skip to content

Commit

Permalink
[bugfix] amqp agent supplementary test
Browse files Browse the repository at this point in the history
  • Loading branch information
renyansongno1 committed Dec 17, 2024
1 parent e839faa commit c9bf6fc
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions test/plugins/scenarios/amqp/config/excepted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@ segmentItems:
- { key: mq.broker, value: 'amqp-server:5672' }
- { key: mq.exchange, value: not null }
- { key: mq.routing_key, value: sw-queue-1 }
- operationName: AMQP/sw-queue-1/Producer
parentSpanId: 0
spanId: 2
spanLayer: MQ
startTime: nq 0
endTime: nq 0
componentId: 144
isError: false
spanType: Exit
peer: amqp-server:5672
skipAnalysis: false
tags:
- { key: mq.broker, value: 'amqp-server:5672' }
- { key: mq.exchange, value: not null }
- { key: mq.routing_key, value: sw-queue-1 }
- operationName: AMQP/sw-queue-1/sw-consumer-1/Consumer
parentSpanId: 0
spanId: 3
Expand All @@ -59,21 +74,6 @@ segmentItems:
parentSpanId: 1, parentTraceSegmentId: not null,
parentServiceInstance: not null, parentService: amqp,
traceId: not null }
- operationName: AMQP/sw-queue-1/Producer
parentSpanId: 0
spanId: 2
spanLayer: MQ
startTime: nq 0
endTime: nq 0
componentId: 144
isError: false
spanType: Exit
peer: amqp-server:5672
skipAnalysis: false
tags:
- { key: mq.broker, value: 'amqp-server:5672' }
- { key: mq.exchange, value: not null }
- { key: mq.routing_key, value: sw-queue-1 }
- operationName: AMQP/sw-queue-1/sw-consumer-1/Consumer
parentSpanId: 0
spanId: 4
Expand All @@ -95,7 +95,7 @@ segmentItems:
- { key: mq.args, value: not null }
refs:
- { parentEndpoint: 'GET:/execute', networkAddress: 'amqp-server:5672', refType: CrossProcess,
parentSpanId: 3, parentTraceSegmentId: not null,
parentSpanId: 2, parentTraceSegmentId: not null,
parentServiceInstance: not null, parentService: amqp,
traceId: not null }
- operationName: GET:/execute
Expand Down

0 comments on commit c9bf6fc

Please sign in to comment.