Skip to content

Commit 5db036f

Browse files
committed
revert change
1 parent 8a7ef80 commit 5db036f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/rpc/RpcCommonAttributesExtractor.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ public final void onEnd(
4040
Context context,
4141
REQUEST request,
4242
@Nullable RESPONSE response,
43-
@Nullable Throwable error) {}
43+
@Nullable Throwable error) {
44+
// No response attributes
45+
}
4446
}

0 commit comments

Comments
 (0)