Microservices solves many problems which monolithic does not. However it has its own drawbacks like tracing the application in multi node environment.
In order to bring the tracing mechanism, need to use tool called "zipkin".
Install this plugin using "npm install zipkin --save"