Add parent span verification (#3800)
This commit is contained in:
parent
b63eb826f1
commit
3c3e0f2beb
|
@ -93,6 +93,7 @@ abstract class AbstractRocketMqClientTest extends InstrumentationSpecification {
|
|||
span(1) {
|
||||
name sharedTopic + " process"
|
||||
kind CONSUMER
|
||||
childOf span(0)
|
||||
attributes {
|
||||
"${SemanticAttributes.MESSAGING_SYSTEM.key}" "rocketmq"
|
||||
"${SemanticAttributes.MESSAGING_DESTINATION.key}" sharedTopic
|
||||
|
|
Loading…
Reference in New Issue