Application for monitoring latency across services. The Application works by making requests to the services at set intervals and keeping records of all the timing phases involved in the request.
Clone the package into your local computer with.
git clone https://github.com/Yorex93/latency-monitor.git
cd latency-monitor
npm install
rename env.example to .env and input your own variables.
Then run
npm run start
or
npm run monitor
to use pm2 monitoring
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.