We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我目前在给团队的一些egg项目开发监控工具,其中一个功能是我希望记录一个请求被哪些中间件、controolers处理,以及调用了哪些services,目前尝试了对ctx中的controller和service调用入口进行运行时注入、Proxy劫持等都没有成功,请问有其他实现途径吗,谢谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请详细告知你的新点子(Nice Ideas):
我目前在给团队的一些egg项目开发监控工具,其中一个功能是我希望记录一个请求被哪些中间件、controolers处理,以及调用了哪些services,目前尝试了对ctx中的controller和service调用入口进行运行时注入、Proxy劫持等都没有成功,请问有其他实现途径吗,谢谢
The text was updated successfully, but these errors were encountered: