Skip to content

Commit

Permalink
Update instrumentation/apache-dubbo-2.7/testing/src/main/java/io/open…
Browse files Browse the repository at this point in the history
…telemetry/instrumentation/apachedubbo/v2_7/AbstractDubboTraceChainTest.java

Co-authored-by: Jay DeLuca <[email protected]>
  • Loading branch information
shalk and jaydeluca authored Aug 19, 2024
1 parent e2f880b commit 7bf8fe6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ void testDubboChain() {
span ->
span.hasName("org.apache.dubbo.rpc.service.GenericService/$invoke")
.hasKind(SpanKind.CLIENT)
.hasParent(trace.getSpan(0))
.hasAttributesSatisfyingExactly(
equalTo(RpcIncubatingAttributes.RPC_SYSTEM, "apache_dubbo"),
equalTo(
Expand Down

0 comments on commit 7bf8fe6

Please sign in to comment.