@instana/collector
Advanced tools
Comparing version 2.19.0 to 2.20.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.20.0](https://github.com/instana/nodejs/compare/v2.19.0...v2.20.0) (2023-03-24) | ||
### Features | ||
* **collector:** added support for amqplib 0.10.x ([b56a827](https://github.com/instana/nodejs/commit/b56a82791a1b62eed57232df9c2df699b0a4f863)) | ||
# [2.19.0](https://github.com/instana/nodejs/compare/v2.18.1...v2.19.0) (2023-03-17) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@instana/collector", | ||
"version": "2.19.0", | ||
"version": "2.20.0", | ||
"description": "The Instana Node.js metrics and trace data collector", | ||
@@ -138,11 +138,10 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "2.19.0", | ||
"@instana/shared-metrics": "2.19.0", | ||
"@instana/core": "2.20.0", | ||
"@instana/shared-metrics": "2.20.0", | ||
"bunyan": "^1.8.15", | ||
"semver": "7.3.3", | ||
"serialize-error": "^3.0.0", | ||
"shimmer": "1.2.1" | ||
"serialize-error": "^3.0.0" | ||
}, | ||
"optionalDependencies": { | ||
"@instana/autoprofile": "2.19.0" | ||
"@instana/autoprofile": "2.20.0" | ||
}, | ||
@@ -157,3 +156,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "3fec1d458321e80740e3de94829629b93b5df400" | ||
"gitHead": "c71af966fc982536e9c68f9fca477b8b91fad090" | ||
} |
@@ -80,3 +80,3 @@ /* | ||
if (err) { | ||
logger.info('Announce attempt failed: %s. Will retry in %s ms', err.message, retryDelay); | ||
logger.debug('Announce attempt failed: %s. Will retry in %s ms', err.message, retryDelay); | ||
setTimeout(tryToAnnounce, retryDelay, ctx, nextRetryDelay).unref(); | ||
@@ -83,0 +83,0 @@ return; |
@@ -11,5 +11,6 @@ /* | ||
const getCls = require('@instana/core').tracing.getCls; | ||
const coreChildProcess = require('child_process'); | ||
const shimmer = require('shimmer'); | ||
const { tracing } = require('@instana/core'); | ||
const shimmer = tracing.shimmer; | ||
const getCls = tracing.getCls; | ||
@@ -16,0 +17,0 @@ const selfPath = require('./selfPath'); |
118699
6
2693
+ Added@instana/autoprofile@2.20.0(transitive)
+ Added@instana/core@2.20.0(transitive)
+ Added@instana/shared-metrics@2.20.0(transitive)
- Removedshimmer@1.2.1
- Removed@instana/autoprofile@2.19.0(transitive)
- Removed@instana/core@2.19.0(transitive)
- Removed@instana/shared-metrics@2.19.0(transitive)
Updated@instana/core@2.20.0