You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/grpc-1.5/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/grpc/v1_5/GrpcServerBuilderInstrumentation.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ public static void addInterceptor(
Copy file name to clipboardExpand all lines: instrumentation/grpc-1.5/testing/src/main/groovy/io/opentelemetry/instrumentation/grpc/v1_5/AbstractGrpcTest.groovy
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ import io.grpc.Channel
18
18
importio.grpc.ClientCall
19
19
importio.grpc.ClientInterceptor
20
20
importio.grpc.Context
21
+
importio.grpc.Contexts
21
22
importio.grpc.ManagedChannel
22
23
importio.grpc.ManagedChannelBuilder
23
24
importio.grpc.Metadata
@@ -323,25 +324,26 @@ abstract class AbstractGrpcTest extends InstrumentationSpecification {
323
324
def port =PortUtils.randomOpenPort()
324
325
Server server
325
326
server = configureServer(ServerBuilder.forPort(port)
0 commit comments