From 56f2bb0950907e5bce308dd3e7f1242f19306436 Mon Sep 17 00:00:00 2001 From: Vamsi Kocherla <42316524+VamsiKrishna1211@users.noreply.github.com> Date: Sat, 8 Jun 2024 08:31:06 +0000 Subject: [PATCH] Update instrumentation/opentelemetry-instrumentation-grpc/src/opentelemetry/instrumentation/grpc/grpcext/_interceptor.py Co-authored-by: Riccardo Magliocchetti --- .../opentelemetry/instrumentation/grpc/grpcext/_interceptor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/opentelemetry-instrumentation-grpc/src/opentelemetry/instrumentation/grpc/grpcext/_interceptor.py b/instrumentation/opentelemetry-instrumentation-grpc/src/opentelemetry/instrumentation/grpc/grpcext/_interceptor.py index 1f4254c2ff..5545e50cee 100644 --- a/instrumentation/opentelemetry-instrumentation-grpc/src/opentelemetry/instrumentation/grpc/grpcext/_interceptor.py +++ b/instrumentation/opentelemetry-instrumentation-grpc/src/opentelemetry/instrumentation/grpc/grpcext/_interceptor.py @@ -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(