Class GrpcTracingServerInterceptor
- java.lang.Object
-
- io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcTracingServerInterceptor
-
- All Implemented Interfaces:
io.grpc.ServerInterceptor
@Singleton public class GrpcTracingServerInterceptor extends Object implements io.grpc.ServerInterceptor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classGrpcTracingServerInterceptor.GrpcServerNetworkAttributesGetter
-
Constructor Summary
Constructors Constructor Description GrpcTracingServerInterceptor(io.opentelemetry.api.OpenTelemetry openTelemetry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <ReqT,RespT>
io.grpc.ServerCall.Listener<ReqT>interceptCall(io.grpc.ServerCall<ReqT,RespT> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<ReqT,RespT> next)
-