Skip to content

Commit 0c1afee

Browse files
authored
record exception in dubbo high version (#5892)
1 parent 6ba2db2 commit 0c1afee

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/apache-dubbo-2.7/library-autoconfigure/src/main/java/io/opentelemetry/instrumentation/apachedubbo/v2_7

1 file changed

+1
-1
lines changed

instrumentation/apache-dubbo-2.7/library-autoconfigure/src/main/java/io/opentelemetry/instrumentation/apachedubbo/v2_7/TracingFilter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public Result invoke(Invoker<?> invoker, Invocation invocation) {
6363
throw e;
6464
}
6565
if (isSynchronous) {
66-
instrumenter.end(context, request, result, null);
66+
instrumenter.end(context, request, result, result.getException());
6767
}
6868
return result;
6969
}

0 commit comments

Comments
 (0)