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
970 stars 125 forks source link

Update Probing #652

Open ghost opened 3 years ago

ghost commented 3 years ago

Currently, the probing feature for most probes. cannot be disabled. I believe this is due to a typo and addressed the issue in my PR. The documentation also referred to Socket.io as socketio and socket.io, but the code only uses socket.io. I updated the documentation to make it accurately portray what is in the code.