Class GrpcTracingClientInterceptor
- java.lang.Object
-
- io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcTracingClientInterceptor
-
- All Implemented Interfaces:
io.grpc.ClientInterceptor
@Singleton public class GrpcTracingClientInterceptor extends Object implements io.grpc.ClientInterceptor
-
-
Constructor Summary
Constructors Constructor Description GrpcTracingClientInterceptor(io.opentelemetry.api.OpenTelemetry openTelemetry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <ReqT,RespT>
io.grpc.ClientCall<ReqT,RespT>interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> method, io.grpc.CallOptions callOptions, io.grpc.Channel next)
-