monitoring - Standard node.js metrics? -


are there standard metrics publishing packages node.js? i'm not asking general metrics libraries, rather packages produce specific set of metrics (e.g. http qps, runtime memory usage, gc stats, etc...) if wanted offer monitoring service node.js users, monitor?

i believe node application metrics ('appmetrics') provides looking for. module provides set of metrics running node.js process, rather monitoring solution in itself.

in version 1.0.2 provides following data types:

  • environment
  • cpu
  • memory
  • gc
  • function profiling
  • http
  • mysql
  • mongodb
  • request tracking
  • function trace