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

@instana/autoprofile

Package Overview
Dependencies
Maintainers
6
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/autoprofile - npm Package Versions

1
19

1.110.4

Diff

Changelog

Source

1.110.4

  • Bring back core/util polyfill for Buffer.fromString for backwards compatibility.
basti1302
published 1.110.3 •

Changelog

Source

1.110.3

  • Exponential backoff retry strategy for failed announce attempts. This helps with agents that have not yet attached to the container (and thereby not seen the process) and thus will reject the very first announce attempt.
  • Remove polyfill for Buffer.fromString (for Node.js versions up to 4.5 which we no longer support).
basti1302
published 1.110.2 •

Changelog

Source

1.110.2

  • Improve support for pino log calls that only receive a merging object argument.
basti1302
published 1.110.1 •

Changelog

Source

1.110.1

  • Fix Node.js 6 compatibility by downgrading tar dependency of @instana/shared-metrics from tar@6 to tar@5.
basti1302
published 1.110.0 •

Changelog

Source

1.110.0

  • [Google Cloud Run]: Exclude some revision instance data from compression.
basti1302
published 1.109.0 •

Changelog

Source

1.109.0

  • Improve user experience around native add-on dependencies of @instana/collector:
    • Add precompiled archives for some combination of OS, architecture, libc-flavour and ABI-version.
    • Try to use the precompiled native add-on if loading a native add-on fails initially.
    • Try to rebuild the native add-on on demand as a fallback.
basti1302
published 1.108.0 •

Changelog

Source

1.108.0

  • Implement batching for very short (< 10 ms), high-frequency database spans (opt-in in this release, will be switched to default behaviour in one of the next releases). To enabled it right now, any of the three following methods can be used:

    • Set the environment variable INSTANA_SPANBATCHING_ENABLED=true.

    • Use in-code configuration: config.tracing.spanBatchingEnabled: true.

    • Add this to the agent's configuration.yaml:

      com.instana.plugin.nodejs:
        span-batching-enabled: true
      
  • [AWS Lambda] Check type of Lambda error messages and stringify if necessary.

basti1302
published 1.107.0 •

Changelog

Source

1.107.0

  • Add instrumentation for @google-cloud/pubsub.
basti1302
published 1.106.6 •

Changelog

Source

1.106.6

  • Fix (Elasticsearch): Adapt instrumentation for @elastic/elasticsearch for refactoring of api submodule introduced in @elastic/elasticsearch@7.9.1. (Fixes TypeError: Cannot set property 'Symbol(configuration error)' of undefined.) Also, remove obsolete stats annotation for elasticsearch spans.
  • Remove longer span reporting interval for serverless tracers, use standard interval instead.
basti1302
published 1.106.5 •

Changelog

Source

1.106.5

  • [Google Cloud Run]: Minor changes for the upcoming Google Cloud Run support. Requires at least Instana back end version 189.
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