RuntimeTools / appmetrics

Node Application Metrics provides a foundational infrastructure for collecting resource and performance monitoring data for Node.js-based applications.
https://developer.ibm.com/open/node-application-metrics/
Apache License 2.0
974 stars 125 forks source link

GC: Support Plugin Stop - disable #565

Open dm03514 opened 5 years ago

dm03514 commented 5 years ago

Greetings,

I am trying to get adoption for appmetrics and it would be extremely helpfu to be able to disable gc collection through the appmetrics.disable('gc') call.

This is all brand new to me but it looks like there are already hooks (ibmras_monitoring_plugin_stop) and Nan supports the necessary removal calls .

Would you be open to someone contributing this?