A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Now the app will be running at http://localhost:3001 🎉
Make some requests to this application by calling the above URL multiple times. You can then check your NestJS application metrics in SigNoz dashboard
The exporter IP is set to localhost
so app will be sending data to localhost IP, if SigNoz is installed that different IP then update that IP at this line.