@instana/shared-metrics
Advanced tools
Comparing version 1.140.0 to 1.140.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.140.1](https://github.com/instana/nodejs/compare/v1.140.0...v1.140.1) (2022-04-04) | ||
### Bug Fixes | ||
* **metrics:** do not report metrics from worker threads ([#517](https://github.com/instana/nodejs/issues/517)) ([bdf7869](https://github.com/instana/nodejs/commit/bdf7869e08d039e5769131d958e1037dc1748cd1)), closes [#500](https://github.com/instana/nodejs/issues/500) | ||
# [1.140.0](https://github.com/instana/nodejs/compare/v1.138.0...v1.140.0) (2022-03-24) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@instana/shared-metrics", | ||
"version": "1.140.0", | ||
"version": "1.140.1", | ||
"description": "Internal metrics plug-in package for Node.js monitoring with Instana", | ||
@@ -29,5 +29,5 @@ "author": { | ||
"audit": "bin/prepare-audit.sh && npm audit --production; AUDIT_RESULT=$?; git checkout package-lock.json; exit $AUDIT_RESULT", | ||
"test": "npm run test:mocha", | ||
"test:mocha": "echo \"******* Files to be tested:\n $CI_SHARED_METRICS_TEST_FILES\" && mocha --sort --reporter mocha-multi --reporter-options spec=-,xunit=../../test-results/shared-metrics/results.xml ${CI_SHARED_METRICS_TEST_FILES:=$(find test -iname '*test.js' -not -path '*node_modules*')} test/globalHooks_test.js", | ||
"test:debug": "WITH_STDOUT=true npm run test:mocha", | ||
"test": "mocha --sort test/globalHooks_test.js $(find test -iname '*test.js' -not -path '*node_modules*')", | ||
"test:ci": "echo \"******* Files to be tested:\n $CI_SHARED_METRICS_TEST_FILES\" && if [ -z \"${CI_SHARED_METRICS_TEST_FILES}\" ]; then echo \"No Files to test in this node\"; else mocha --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --sort test/globalHooks_test.js ${CI_SHARED_METRICS_TEST_FILES}; fi", | ||
"test:debug": "WITH_STDOUT=true npm run test", | ||
"lint": "eslint src test", | ||
@@ -72,3 +72,3 @@ "verify": "npm run lint && npm test", | ||
"dependencies": { | ||
"@instana/core": "1.140.0", | ||
"@instana/core": "1.140.1", | ||
"detect-libc": "^1.0.3", | ||
@@ -88,3 +88,3 @@ "event-loop-lag": "^1.4.0", | ||
}, | ||
"gitHead": "568758f47c8db228a681006652e0ad60d256e884" | ||
"gitHead": "2130f40cc287ebbe887590128178ab4a0e76558f" | ||
} |
@@ -64,3 +64,4 @@ /* | ||
if (!isMainThread) { | ||
logger.warn(opts.message + ' (Native addons are currently not loaded in worker threads)'); | ||
// Fail silently, we currently do not want to send any metrics from a worker thread. | ||
// (But see https://instana.kanbanize.com/ctrl_board/56/cards/48699/details/) | ||
loaderEmitter.emit('failed'); | ||
@@ -67,0 +68,0 @@ return; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
650503
1457
+ Added@instana/core@1.140.1(transitive)
- Removed@instana/core@1.140.0(transitive)
Updated@instana/core@1.140.1