I'm currently testing platforms that provide a monitoring service for nodejs application. So I found (for now) StrongLoop and AppDynamics (recently acquire nodetime).
Actually I'm testing StrongLoop service. I have followed all the steps describe in the documentation but I can't see any data on the dashboard, only the StrongLoop Demo App. Here is all the steps :
Any idea ?
Tank you.
My answer with links got deleted by another SO user so I'm listing the steps here.
First uninstall using this
$ npm uninstall -g strong-cli $ npm uninstall -g loopback-sdk-angular-cli
and then install
npm install -g strongloop
You can now run slc strongops
and let us know how it goes.