DEV Community

Simone Corsi
Simone Corsi

Posted on

Fastify: How to gather usage /process metrics and send to StatsD

Hey 👋

Are you using Fastify in your Node.js applications and Statsd Daemon to gather metrics?

Then we've got your back! We've recently released a plugin that may help you: fastify-metrics! 🚀

👨‍💻 What you'll get

  • Automatic collection of Node.js process metrics;
  • Routes hit count, timings, and errors;
  • Less time coding telemetry and more creating your cool charts on Grafana (or wherever)!

Check it out on Github and let us know what you think!
Don't forget to leave a ⭐️ if you liked it 🙏

https://github.com/immobiliare/fastify-metrics

Top comments (0)