@instana/shared-metrics
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.6.1](https://github.com/instana/nodejs/compare/v2.6.0...v2.6.1) (2022-08-09) | ||
**Note:** Version bump only for package @instana/shared-metrics | ||
# [2.6.0](https://github.com/instana/nodejs/compare/v2.5.0...v2.6.0) (2022-06-28) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@instana/shared-metrics", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "Internal metrics plug-in package for Node.js monitoring with Instana", | ||
@@ -70,3 +70,3 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "2.6.0", | ||
"@instana/core": "2.6.1", | ||
"detect-libc": "^1.0.3", | ||
@@ -86,3 +86,3 @@ "event-loop-lag": "^1.4.0", | ||
}, | ||
"gitHead": "f1ad73bc1502d90038190991943950057e8d1aca" | ||
"gitHead": "6910adcc568af60c1f648abc816daff8ff0bccdb" | ||
} |
@@ -56,5 +56,6 @@ /* | ||
'Could not load gcstats.js. You will not be able to see GC information in Instana for this application. This ' + | ||
'typically occurs when native addons could not be installed during module installation (npm install). See the ' + | ||
'typically occurs when native addons could not be built during module installation (npm install/yarn) or when ' + | ||
'npm install --no-optional or yarn --ignore-optional have been used to install dependencies. See the ' + | ||
'instructions to learn more about the requirements of the collector: ' + | ||
'https://www.ibm.com/docs/de/obi/current?topic=nodejs-collector-installation#native-addons' | ||
'https://www.ibm.com/docs/de/obi/current?topic=nodejs-collector-installation#native-add-ons' | ||
}); | ||
@@ -61,0 +62,0 @@ |
@@ -21,7 +21,7 @@ /* | ||
message: | ||
'Could not load event-loop-stats. You will only see limited event loop information in ' + | ||
'Instana for this application. This typically occurs when native addons could not be ' + | ||
'installed during module installation (npm install). See the instructions to learn more ' + | ||
'about the requirements of the collector: ' + | ||
'https://www.ibm.com/docs/de/obi/current?topic=nodejs-collector-installation#native-addons' | ||
'Could not load event-loop-stats. You will only see limited event loop information in Instana for this ' + | ||
'application. This typically occurs when native addons could not be built during module installation ' + | ||
'(npm install/yarn) or when npm install --no-optional or yarn --ignore-optional have been used to install ' + | ||
'dependencies. See the instructions to learn more about the requirements of the collector: ' + | ||
'https://www.ibm.com/docs/de/obi/current?topic=nodejs-collector-installation#native-add-ons' | ||
}); | ||
@@ -28,0 +28,0 @@ |
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
633831
1446
4
8
1
+ Added@instana/core@2.6.1(transitive)
- Removed@instana/core@2.6.0(transitive)
Updated@instana/core@2.6.1