appmetrics icon indicating copy to clipboard operation
appmetrics copied to clipboard

Node Application Metrics provides a foundational infrastructure for collecting resource and performance monitoring data for Node.js-based applications.

Results 74 appmetrics issues
Sort by recently updated
recently updated
newest added

When appmetrics is required on node 14 multiple messages are emitted which state: ``` (node:74412) Warning: Accessing non-existent property '__ddProbeAttached__' of module exports inside circular dependency ``` The following simple...

Hi, I got an error during the installation from npm (`npm install --save appmetrics`). **System information** - Linux ~ Ubuntu 20.04 - GNU Make 4.2.1 - GCC 9.3.0 - Python...

Python 3 is already used by gyp, and `python` binary is removed from e.g. macOS 13.2. Fixes #653

Hi, I'm getting a compilation error I can't get around while installing from npm. Any help would be much appreciated ``` > [email protected] install /home/gandalf/access-watch/node_modules/appmetrics > node extract_all_binaries.js || node-gyp...

Hello, Stuck on this problem for a while now. Hoping somebody can point me in the right direction. ``` ❯ node --version v13.14.0 ❯ npm --version 6.14.4 ``` Error when...

The socket.io probe https://github.com/RuntimeTools/appmetrics/blob/master/probes/socketio-probe.js works fine with socket.io@2 However socket.io was rewritten for it's v3 and v4. The socket.io interface has changed slightly, causing the following exception to be thrown...

Appmetrics currently uses `[email protected]` which has a prototype pollution vulnerability: * [CVE-2021-23413](https://nvd.nist.gov/vuln/detail/CVE-2021-23413) * [npm advisory 1774](https://www.npmjs.com/advisories/1774) * [GitHub advisory GHSA-jg8v-48h5-wgxg](https://github.com/advisories/GHSA-jg8v-48h5-wgxg) This PR upgrades the `jszip` dependency to `^3.7.0` and consequently...

`appmetrics` [depends on](https://github.com/RuntimeTools/appmetrics/blob/4862e6882e85b63ea22c55cb4b273f17ef4820cb/package.json#L13) `[email protected]`, which has [this](https://www.npmjs.com/advisories/1774) prototype pollution vulnerability in it. Suggested remediation is to upgrade to `[email protected]` or later. [Here is the upgrade guide](https://stuk.github.io/jszip/documentation/upgrade_guide.html) for upgrading from `jszip`...

This issue occurs with the latest version (v5.1.1) of appmetrics and the public node:14.17.6-alpine3.14 docker image. It works with the node:14.16.0-alpine3.12 image. I also tried other public node-alpine images like...

I am using appmetrics to monitor mysql changes and even though my application is performing mysql queries, I am not getting any data back. `var appmetrics = require('appmetrics')` `var monitoring...

enhancement