How to view detailed logs #2394
Replies: 1 comment
-
If you are wondering if/how-much latency Mesh can eventually add, you might want to take a look at #2102; where the bottom line is that Mesh adds an average of ~2.5ms (actually that's not just Mesh, but is the whole GraphQL execution as well). If you want to track the performance of your application, I believe the best way is to instrument it. If you are not sure about how to easily instrument a GraphQL server, I suggest you look at Envelop, which is another great tool by The Guild which wraps graphql-js offering hooks into all the different phases. Envelop already provides some plugins that are Plug'n'Play solutions to track GraphQL application performance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Excuse me, I want to see the detailed request log and the time to process the request,what should I do
Beta Was this translation helpful? Give feedback.
All reactions