appmetrics
appmetrics copied to clipboard
Node Application Metrics provides a foundational infrastructure for collecting resource and performance monitoring data for Node.js-based applications.
I tried to disable mongo probe data on a super simple web app but noticed mongo probe data was still being surfaced: ``` appmetrics.disable('mongo'); monitoring.on('mongo', (data) => { console.log('mongo'); console.log(data);...
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...
Currently Appmetrics has issues when installed on the IBM i PASE environment. When using Node verison 8.X appmetrics can be npm installed but there are runtime errors: `Error: rtld: 0712-001...
Application: git clone [email protected]:regularjs/spa-example.git Install Application: ``` npm install -g cnpm cnpm install cnpm install appmetrics npm run build ``` add the following lines: ``` var appmetrics = require('appmetrics'); appmetrics.enable('trace');...
I see a lot of integrations that this module tracks and a natural one to me seems to be gRPC. Have there been any prior thoughts on this? I could...
Adds a new mysql2 probe (for package https://www.npmjs.com/package/mysql2), the mysql2 package is compatible with the original mysql one, so I used the same code and emitting 'mysql' data to be...
I'm supposed to provide a [copyright notice](https://en.wikipedia.org/wiki/Copyright_notice) of projects I use as dependencies. I went through many files here, but I struggle to see how the notice looks like for...
#494 I created a new PR with a cleaner commit history.