Skip to content

Commit

Permalink
Update instrumentation/opentelemetry-instrumentation-grpc/src/opentel…
Browse files Browse the repository at this point in the history
…emetry/instrumentation/grpc/grpcext/_interceptor.py

Co-authored-by: Riccardo Magliocchetti <[email protected]>
  • Loading branch information
VamsiKrishna1211 and xrmx committed Jun 8, 2024
1 parent b627484 commit 56f2bb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def stream_stream(
):
if _registered_method:
base_callable = self._channel.stream_stream(
method, request_serializer, response_deserializer
method, request_serializer, response_deserializer, _registered_method
)
else:
base_callable = self._channel.stream_stream(
Expand Down

0 comments on commit 56f2bb0

Please sign in to comment.