I have developed a nodejs app with mongo connectivity.
I have deployed both mongo and node app in different containers.
I am deploying these containers using docker-compose up.
Now I want to profile those containers for memory profiling , http requests ?
I found about docker stats ,but it only gives container statastics.
I want to profile those apps for memory leaks and other stuff.
Any inputs?