Annotating an annonymus middleware in Newrelic in a NestJS app

江枫思渺然 提交于 2020-12-12 05:32:55

问题


I'm using NestJS (with Express Server) for a project and trying to optimize the performance on some of the endpoints, using New Relic I noticed that a big chunk of the response time of all endpoints is spent in an anonymous middleware, reaching 89% at some points.

Is there a way to find out which middleware is this?

来源:https://stackoverflow.com/questions/63778644/annotating-an-annonymus-middleware-in-newrelic-in-a-nestjs-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!