@newrelic/native-metrics
Advanced tools
Changelog
v10.2.0 (2024-06-28)
Changelog
v10.1.0 (2024-03-05)
NR_NATIVE_METRICS_NO_DOWNLOAD
, NR_NATIVE_METRICS_NO_BUILD
, NR_NATIVE_METRICS_DOWNLOAD_HOST
, and NR_NATIVE_METRICS_REMOTE_PATH
have been removed.Changelog
v10.0.1 (2023-09-11)
Fixed issue where this package could not download prebuilts.
Fixed issue in Node 20 with using a proxy server to download prebuilts.
Changelog
v10.0.0 (2023-08-28)
BREAKING: Removed support for Node 14.
Added support for Node 20.
Updated install stage to attempt download first, and fall back to build if download fails
Refactored code to make it easier to test
Added full suite of unit tests
Updated word-wrap from 1.2.3 to 1.2.4.
Changelog
v9.0.0 (2022-08-01)
BREAKING Removed support for Node 12.
The minimum supported version is now Node v14. For further information on our support policy, see: https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent.
Added support for Node 18.
Fixed GC binder to properly record Garbage Collection metrics in Node 18.
Resolved several dev-dependency audit warnings.
Bumped minimum nan
version to ^2.16.0.
Changelog
v8.0.0 (2022-03-22)
BREAKING Removed RUSageMeter. This was used to get resource usage statistics via libuv
. It is no longer needed since Node.js version 12 has support via process.cpuUsage
.
Fixed spelling in compatibility documentation.
Added integration tests for downloading with proxy.
Fixed the download tests to skip when running on branch or unsupported architectures.
Changelog
v7.1.2 (2022-02-23)
Added windows-latest
run for Node 16 only back to CI.
Added clarifying language to agent impacts when the module fails to install to install script.