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

@instana/shared-metrics

Package Overview
Dependencies
Maintainers
3
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 Versions

1
19

2.6.1

Diff

Changelog

Source

2.6.1 (2022-08-09)

Bug Fixes

  • lambda: increase socket and HTTP timeout for Lambda extension (7a07a8b)
  • lambda: interprete deadlineMs as absolute timestamp (3326e67)
kirrg001
published 2.6.0 •

Changelog

Source

2.6.0 (2022-06-28)

Features

  • aws-lambda: added support for Node v16 (718cf9f)
kirrg001
published 2.5.0 •

Changelog

Source

2.5.0 (2022-06-23)

Bug Fixes

  • aws-lambda: handle timeout error handling better (#563) (c2dbe77)

Features

  • core: added ability to complete specific intermediate spans (#564) (480ee46), closes #561
  • sdk: add methods to set the EUM correlation ID/type on the span (727916c)
kirrg001
published 2.4.0 •

Changelog

Source

2.4.0 (2022-05-25)

Features

basti1302
published 2.3.0 •

Changelog

Source

2.3.0 (2022-05-24)

Bug Fixes

  • http: only capture response status/headers when they have been sent (850b8e4), closes #548
  • kafkajs: use long trace IDs with new Kafka message headers (5674b08)
  • rdkafka: use long trace IDs with new Kafka message headers (9c47349)

Features

  • kafkajs: remove Instana headers on arrival (f65bc75)
kirrg001
published 2.2.0 •

Changelog

Source

2.2.0 (2022-05-18)

Bug Fixes

  • agent: reduce log level for sending data from debug to trace (8b57a71)

Features

  • agent: read span batching option also from tracing section (1f776d4)
  • tracing: added instrumentation for ibm db2 (#532) (0d0b1e0)
basti1302
published 2.1.0 •

Changelog

Source

2.1.0 (2022-04-28)

Bug Fixes

  • tracing: cancel sqs entry span sync when no messages are available (8a66277)
  • fix duplicated logger names and prevent them (9d576c5)
  • tracing: implement updateConfig for Kafka instrumentations (c386ee6)

Features

  • sdk: expose span.cancel method (d60571f)
  • tracing: use new common tracing config from from agent response (7f8825f)
kirrg001
published 2.0.0 •

Changelog

Source

2.0.0 (2022-04-04)

Bug Fixes

  • fargate: detect Node.js version, use matching @instana/aws-fargate version (0d1f955)
  • google-cloud-run: detect Node.js version, use matching @instana/google-cloud-run version (451ad1f)
  • lambda: remove nodejs8.10 from compatible runtimes (ff945c2)
  • dropped Node 6/8 (0e6fd0e)
  • remove npm package instana-nodejs-sensor (5fb9f18)
  • removed disableAutomaticTracing legacy config (#432) (922d168)
  • removed legacy support for config.timeBetweenHealthcheckCalls (#476) (66eff69)
  • removed support for passing parent logger during initialisation (bd96791)
  • removed uncaught exception config (fb6570a)
  • self-disable if detected Node.js runtime version is too old (cfe4248)

BREAKING CHANGES

  • lambda: The Instana Node.js Lambda layer is no longer compatible with Node.js 8. For Lambda functions still running on Node.js 8, please use the latest layer version that has been published for Node.js 8, see https://www.ibm.com/docs/en/obi/current?topic=kinesis-aws-lambda-native-tracing-nodejs
  • Removed support for legacy config instana({ timeBetweenHealthcheckCalls: ... }). Use instana({ metrics: { timeBetweenHealthcheckCalls: ...}}).
  • Starting with version 2.0.0, consumers of the package who still use the deprecated package name instana-nodejs-sensor will need to follow https://www.ibm.com/docs/en/obi/current?topic=nodejs-collector-installation#change-of-package-name to receive updates in the future.
  • Removed "disableAutomaticTracing" config option. Use instana({ automaticTracingEnabled: Boolean }).
  • Removed "reportUncaughtException" config option. The feature was completely removed.
  • Removed support for passing logger to instana initialisation. Use instana.setLogger(logger)".
  • v2 has dropped support for Node 6/8.
kirrg001
published 2.0.0-rc.1 •

kirrg001
published 1.140.1 •

Changelog

Source

1.140.1 (2022-04-04)

Bug Fixes

  • metrics: do not report metrics from worker threads (#517) (bdf7869), closes #500
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