I am using Google App Engine
to run my NodeJS
app on flexible env
, now i wanted to generate FlameGraph but the thing is as App Engine itself handle scaling
and deploying
of instances now can anyone please tell me how can i generate Flamegraph
(NodeJs Profiling) to trace Requests coming on my NodeJs server.
If anyone of you has worked on Google App Engine on any Framework(NodeJs or any other), Can you all please tell me how did you solve this kind of problem on App Engine.
Update -
Why We need to delete the instance after debugging it.