Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tracer ¶
type Tracer struct {
// contains filtered or unexported fields
}
func NewTracerProvider ¶
type TracerGrpcInterceptor ¶
type TracerGrpcInterceptor struct {
// contains filtered or unexported fields
}
func NewTracerGrpcInterceptor ¶
func NewTracerGrpcInterceptor(tracer Tracer) *TracerGrpcInterceptor
func (*TracerGrpcInterceptor) UnaryClientInterceptor ¶
func (i *TracerGrpcInterceptor) UnaryClientInterceptor() func(ctx context.Context, method string, req, reply interface{}, cc *grpc.ClientConn, invoker grpc.UnaryInvoker, opts ...grpc.CallOption) error
Click to show internal directories.
Click to hide internal directories.