pm2-io-apm icon indicating copy to clipboard operation
pm2-io-apm copied to clipboard

PM2.io APM for Node.JS

Results 31 pm2-io-apm issues
Sort by recently updated
recently updated
newest added

Versions < 0.1.0 use an outdated version of [uuid](https://www.npmjs.com/package/uuid) and cause a deprecation warning to be raised: ![image](https://user-images.githubusercontent.com/2545170/182967125-ff99300f-83cf-4530-8658-2ec24d46b56f.png) I ran an `npm ls uuid` to see where it came from:...

Fix High severity vulnerability exists in async package. which is fixed in 3.2.2. https://github.com/advisories/GHSA-fwr7-v2mv-hh25

when I install current [email protected], I get this warning in console: warning pm2 > @pm2/io > @opencensus/core > [email protected]: Please upgrade to version 7 or higher. Older versions may use...

In trying to set up my metrics, I have encounted an error where enabling the network metric results in repeated postings of the MaxListenerExceededWarning error. Here is how I am...

I unmonitor a process (so as not to send it to PM2.io). I pm2 save. I reboot. Process is back to being monitored. Any help is much appreciated!

There should be a MeterOptions class like the HistogramOptions. Typescript is giving a compilation error since Metric type does not have the samples and timeframe fields.

``` const options = { standalone: true, // mandatory apmOptions: { publicKey: process.env.KM_PUBLIC_KEY, // define the public key given in the dashboard secretKey: process.env.KM_SECRET_KEY, // define the private key given...

Hello, Am working on a codebase that uses @pm2/io for creating processes actions and meters in production. But seems that simply importing @pm2/io causes [this code](https://github.com/keymetrics/pm2-io-apm/blob/b6b1bd776c8b147a396be1c095766d908d05775a/src/features/notify.ts#L71) to route all uncaughtException...

At https://github.com/keymetrics/pm2-io-apm/blob/master/src/metrics/httpMetrics.ts#L178 you have the following passage: ``` return function (event: string, req: any, res: any) { // only handle http request if (event !== 'request') return original.apply(this, arguments) const...

I was trying to deal with the issue [#274](https://github.com/keymetrics/pm2-io-apm/issues/274) and the issue from pm2 https://github.com/Unitech/pm2/issues/5134, that are related with the opencensus. I forked this repo then started to update opencensus...