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

mysql pool metrics issue #591

Open jinnyum opened 5 years ago

jinnyum commented 5 years ago

There's still a problem.

To solve this problem, do this

node_modules/appmetrics/probes/mysql-probe.js

line 34 'createConnection' => 'createPool'

^_^