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

@instana/shared-metrics

Package Overview
Dependencies
Maintainers
0
Versions
194
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
1820

1.106.0

Diff

Changelog

Source

1.106.0

  • Fix(HTTP1/Server): Also set Server-Timing header when X-INSTANA-T is incoming (that is, not only when we start a fresh trace).
  • Fix(HTTP1/Server): Do not append another intid key-value pair to Server-Timing if it is already present.
  • Fix(HTTP2/Server): Add support for website monitoring back end correlation via Server-Timing header.
  • Fix(HTTP2/Server): Add support for X-Instana-Service.
  • Fix(HTTP2/Server): Inject the trace ID into the request to enable application code to inject it into the response body.
  • Fix(HTTP2/Server): Use case-insensitive header matching as incoming headers are already normalized to lower case (performance improvement).
  • Add support for INSTANA_EXTRA_HTTP_HEADERS variable.
  • Fix(HTTP1/HTTP2): Fix handling for headers of type array (normalize to string, separated by 0x2C 0x20).
  • [AWS Fargate] Add support for INSTANA_ZONE.
  • [AWS Fargate] Add support for INSTANA_TAGS.
  • Secrets Filtering: Replace values for filtered query parameters with <redacted> instead of removing the whole key-value pair.
  • [AWS Fargate] Add support for INSTANA_SECRETS.
  • [AWS Fargate] Add support for INSTANA_EXTRA_HTTP_HEADERS.
  • [AWS Lambda] Add support for INSTANA_SECRETS.
  • [AWS Lambda] Make INSTANA_EXTRA_HTTP_HEADERS also apply to HTTP exits.
  • [AWS Lambda] Improve handling for event.multiValueHeaders.
basti1302
published 1.105.1 •

Changelog

Source

1.105.1

  • Fall back to process.mainModule.filename as the Node.js app's name when the package.json file is not present.
  • Capture dependencies of an app even if the package.json file is not present, by inspecting the node_modules folder that is closest to process.mainModule in the file system.
basti1302
published 1.105.0 •

Changelog

Source

1.105.0

  • Add instrumentation for the Google Cloud Storage client.
basti1302
published 1.104.0 •

Changelog

Source

1.104.0

  • Drop support for Node.js versions 4 (which was EOL 2018-04-30) and 5 (EOL 2016-06-30) in @instana/collector. If you want to use @instana/collector with Node.js version 4 or 5 please pin @instana/collector to version 1.103.0.
  • Fix: Capture MongoDB aggregate operations correctly.
  • Fix: Keep async context across Mongoose custom thenables.
basti1302
published 1.103.0 •

Changelog

Source

1.103.0

  • Instrument Node.js core http2 module to trace HTTP/2 communication (except for server push/pushStream).
basti1302
published 1.102.0 •

Changelog

Source

1.102.0

  • Instrument superagent's custom thenable to keep asynchronous context.
  • Provide experimental API to instrument specific modules on demand for non-standard build/deployment scenarios (e.g. bundling dependencies).
  • Fix captured protocol for https URLs in some HTTP exit spans.
basti1302
published 1.101.1 •

Changelog

Source

1.101.1

  • [AWS Fargate] Collect Docker metrics on platform version 1.4.0, too.
basti1302
published 1.101.0 •

Changelog

Source

1.101.0

  • [AWS Fargate] Collect and report Docker metrics.
basti1302
published 1.100.2 •

Changelog

Source

1.100.2

  • Fix: Only require @instana/autoprofile if profiling has been enabled.
  • Fix: Recover gracefully from absence of @instana/autoprofile (since it is an optional dependency).
basti1302
published 1.100.1 •

Changelog

Source

1.100.1

  • Add more mongodb command names for collection lookup.
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