Skip to content

Commit 56f2bb0

Browse files
Update instrumentation/opentelemetry-instrumentation-grpc/src/opentelemetry/instrumentation/grpc/grpcext/_interceptor.py
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
1 parent b627484 commit 56f2bb0

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-grpc/src/opentelemetry/instrumentation/grpc/grpcext

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-grpc/src/opentelemetry/instrumentation/grpc/grpcext/_interceptor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def stream_stream(
349349
):
350350
if _registered_method:
351351
base_callable = self._channel.stream_stream(
352-
method, request_serializer, response_deserializer
352+
method, request_serializer, response_deserializer, _registered_method
353353
)
354354
else:
355355
base_callable = self._channel.stream_stream(

0 commit comments

Comments
 (0)