google.golang.org/grpc/stats.Handler.TagRPC (method)

3 uses

	google.golang.org/grpc/stats (current package)
		handlers.go#L57: 	TagRPC(context.Context, *RPCTagInfo) context.Context

	google.golang.org/grpc
		server.go#L1824: 			ctx = sh.TagRPC(ctx, &stats.RPCTagInfo{FullMethodName: stream.Method()})
		stream.go#L423: 		ctx = sh.TagRPC(ctx, &stats.RPCTagInfo{FullMethodName: method, FailFast: cs.callInfo.failFast, NameResolutionDelay: cs.nameResolutionDelay})