Package brave.grpc

Class GrpcClientParser

java.lang.Object
brave.grpc.GrpcParser
brave.grpc.GrpcClientParser

public class GrpcClientParser
extends GrpcParser
  • Constructor Details

  • Method Details

    • onStart

      protected <ReqT,​ RespT> void onStart​(io.grpc.MethodDescriptor<ReqT,​RespT> method, io.grpc.CallOptions options, io.grpc.Metadata headers, SpanCustomizer span)
      Override the customize the span based on the start of a request.