type google.golang.org/grpc/stats.RPCTagInfo

11 uses

	google.golang.org/grpc/stats (current package)
		handlers.go#L35: type RPCTagInfo struct {
		handlers.go#L48: 	TagRPC(context.Context, *RPCTagInfo) context.Context

	google.golang.org/grpc
		stream.go#L251: 		ctx = sh.TagRPC(ctx, &stats.RPCTagInfo{FullMethodName: method, FailFast: c.failFast})

	google.golang.org/grpc/internal/transport
		handler_server.go#L374: 		s.ctx = ht.stats.TagRPC(s.ctx, &stats.RPCTagInfo{FullMethodName: s.method})
		http2_server.go#L419: 		s.ctx = t.stats.TagRPC(s.ctx, &stats.RPCTagInfo{FullMethodName: s.method})

	go.opencensus.io/plugin/ocgrpc
		client.go#L52: func (c *ClientHandler) TagRPC(ctx context.Context, rti *stats.RPCTagInfo) context.Context {
		client_stats_handler.go#L29: func (h *ClientHandler) statsTagRPC(ctx context.Context, info *stats.RPCTagInfo) context.Context {
		server.go#L77: func (s *ServerHandler) TagRPC(ctx context.Context, rti *stats.RPCTagInfo) context.Context {
		server_stats_handler.go#L30: func (h *ServerHandler) statsTagRPC(ctx context.Context, info *stats.RPCTagInfo) context.Context {
		trace_common.go#L36: func (c *ClientHandler) traceTagRPC(ctx context.Context, rti *stats.RPCTagInfo) context.Context {
		trace_common.go#L52: func (s *ServerHandler) traceTagRPC(ctx context.Context, rti *stats.RPCTagInfo) context.Context {