Socket
Socket
Sign inDemoInstall

@newrelic/aws-sdk

Package Overview
Dependencies
235
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @newrelic/aws-sdk

New Relic instrumentation of the aws-sdk package.


Version published
Weekly downloads
576K
decreased by-1.97%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

0.3.0 (2019-07-18):

  • Adds support for DocumentClient API calls to be captured as Datastore segments/metrics.

    Supported calls are: get, put, update, delete, query and scan. These will be named according to the underlying DynamoDB operation that is executed. For example: get will be named getItem. DocumentClient calls not listed above will still be captured as Externals.

  • Fixed issue that would prevent multiple DynamoDB instances from being instrumented.

  • Replaced database_name with collection in DynamoDB attributes.

  • Moved name property to the root of DynamoDB segment description object.

    Previously, segments were being incorrectly named "Datastore/operation/DynamoDB/undefined", due to the operation name being misplaced.

Readme

Source

Coverage Status

New Relic's official AWS-SDK package instrumentation for use with the Node agent.

It can be installed and loaded independently:

npm install @newrelic/aws-sdk
// index.js
require('@newrelic/aws-sdk')

Supported AWS services

For more information, please see the agent installation guide, and compatibility and requirements.

FAQs

Last updated on 22 Jul 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc