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

@instana/shared-metrics

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

2.0.0

Diff

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
kirrg001
published 1.140.0 •

Changelog

Source

1.140.0 (2022-03-24)

Bug Fixes

  • collector: fix export returned from init (3cc709c)
  • collector: work around Bazel's node-patches module (d06e9be)

Features

  • collector: added instrumentation for @grpc/grpc-js (d12e386), closes #87653
  • tracing: added instrumentation for node-rdfafka/kafka-avro (7cb7aa4)

Reverts

  • Revert "test: added tsoa framework to integration tests (#492)" (479a3f6), closes #492
basti1302
published 1.139.0 •

Changelog

Source

1.139.0 (2022-03-09)

Bug Fixes

  • collector: fix export returned from init (3cc709c)

Features

  • tracing: added instrumentation for node-rdfafka/kafka-avro (7cb7aa4)
kirrg001
published 2.0.0-rc.0 •

kirrg001
published 1.138.0 •

Changelog

Source

1.138.0 (2022-02-08)

Bug Fixes

Features

  • aws-lambda: added support for SSM parameter store (#464) (bdb6e68)
kirrg001
published 1.137.5 •

Changelog

Source

1.137.5 (2022-01-25)

Bug Fixes

  • deps: bumped node-fetch to ^2.6.7 (security patch) (#465) (e8c622b)
kirrg001
published 1.137.4 •

Changelog

Source

1.137.4 (2022-01-11)

Bug Fixes

  • aws-lambda: fixed lambda timeouts when using extension (#455) (6df5550)
  • aws-lambda: reduced lambda timeout error count when using extension #443 (0bbfeb8)
  • clean aws: fixed S3 cleanup when buckets have no objects [skip ci] (cc3af62)
  • tracing: fix vendoring of emitter-listener for legacy cls context (440fd32)
basti1302
published 1.137.3 •

Changelog

Source

1.137.3 (2021-12-16)

Bug Fixes

  • aws-sdk/v3: added support for @aws-sdk/* 3.4x (61cc179)
  • tracing: fix context loss when cls-hooked#bindEmitter is used (2743047), closes #438
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