Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@instana/shared-metrics

Package Overview
Dependencies
Maintainers
6
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/shared-metrics - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

8

CHANGELOG.md

@@ -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 @@

6

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc