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 installrename env.example to .env and input your own variables.
Then run
npm run startor
npm run monitorto use pm2 monitoring
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.