Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-aws-sdk

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-aws-sdk - npm Package Compare versions

Comparing version 0.41.0 to 0.42.0

2

build/src/aws-sdk.js

@@ -32,3 +32,3 @@ "use strict";

constructor(config = {}) {
super('@opentelemetry/instrumentation-aws-sdk', version_1.VERSION, Object.assign({}, config));
super(version_1.PACKAGE_NAME, version_1.PACKAGE_VERSION, config);
this.servicesExtensions = new services_1.ServicesExtensions();

@@ -35,0 +35,0 @@ }

@@ -1,2 +0,3 @@

export declare const VERSION = "0.41.0";
export declare const PACKAGE_VERSION = "0.42.0";
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-aws-sdk";
//# sourceMappingURL=version.d.ts.map

@@ -18,5 +18,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.PACKAGE_NAME = exports.PACKAGE_VERSION = void 0;
// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.41.0';
exports.PACKAGE_VERSION = '0.42.0';
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-aws-sdk';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-aws-sdk",
"version": "0.41.0",
"description": "OpenTelemetry automatic instrumentation for the `aws-sdk` package",
"version": "0.42.0",
"description": "OpenTelemetry instrumentation for `aws-sdk` and `@aws-sdk/client-*` clients for various AWS services",
"keywords": [

@@ -48,4 +48,4 @@ "aws",

"@opentelemetry/core": "^1.8.0",
"@opentelemetry/instrumentation": "^0.51.0",
"@opentelemetry/propagation-utils": "^0.30.9",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/propagation-utils": "^0.30.10",
"@opentelemetry/semantic-conventions": "^1.22.0"

@@ -61,3 +61,3 @@ },

"@opentelemetry/api": "^1.3.0",
"@opentelemetry/contrib-test-utils": "^0.39.0",
"@opentelemetry/contrib-test-utils": "^0.40.0",
"@opentelemetry/sdk-trace-base": "^1.8.0",

@@ -82,3 +82,3 @@ "@types/mocha": "8.2.3",

},
"gitHead": "96a87b48934f0afcf1fe637eed6704f35bd8e973"
"gitHead": "0af1b70f7c3c9763c85ac51fa5e334c1e1512020"
}

@@ -59,3 +59,3 @@ # OpenTelemetry aws-sdk Instrumentation for Node.js

| -------------- | ---- | ----------- | ------- |
| `rpc.system` | string | Always equals "aws-api" |
| `rpc.system` | string | Always equals "aws-api" | |
| `rpc.method` | string | he name of the operation corresponding to the request, as returned by the AWS SDK. If the SDK does not provide a way to retrieve a name, the name of the command SHOULD be used, removing the suffix `Command` if present, resulting in a PascalCase name with no spaces. | `PutObject` |

@@ -62,0 +62,0 @@ | `rpc.service` | string | The name of the service to which a request is made, as returned by the AWS SDK. If the SDK does not provide a away to retrieve a name, the name of the SDK's client interface for a service SHOULD be used, removing the suffix `Client` if present, resulting in a PascalCase name with no spaces. | `S3`, `DynamoDB`, `Route53` |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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