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

@opentelemetry/resource-detector-aws

Package Overview
Dependencies
Maintainers
4
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/resource-detector-aws - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

build/src/detectors/AwsEc2Detector.d.ts

@@ -19,3 +19,3 @@ import { Detector, Resource, ResourceDetectionConfig } from '@opentelemetry/resources';

readonly AWS_METADATA_TOKEN_HEADER = "X-aws-ec2-metadata-token";
readonly MILLISECOND_TIME_OUT = 1000;
readonly MILLISECOND_TIME_OUT = 5000;
/**

@@ -22,0 +22,0 @@ * Attempts to connect and obtain an AWS instance Identity document. If the

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

this.AWS_METADATA_TOKEN_HEADER = 'X-aws-ec2-metadata-token';
this.MILLISECOND_TIME_OUT = 1000;
this.MILLISECOND_TIME_OUT = 5000;
}

@@ -43,0 +43,0 @@ /**

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

export declare const VERSION = "1.0.0";
export declare const VERSION = "1.0.1";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '1.0.0';
exports.VERSION = '1.0.1';
//# sourceMappingURL=version.js.map
# Changelog
### [1.0.1](https://www.github.com/open-telemetry/opentelemetry-js-contrib/compare/resource-detector-aws-v1.0.0...resource-detector-aws-v1.0.1) (2021-11-01)
### Bug Fixes
* increase ec2 resource detector timeout ([#722](https://www.github.com/open-telemetry/opentelemetry-js-contrib/issues/722)) ([9855161](https://www.github.com/open-telemetry/opentelemetry-js-contrib/commit/98551614444942aa2941809dd1a61837bfc354d4))
## [1.0.0](https://www.github.com/open-telemetry/opentelemetry-js-contrib/compare/resource-detector-aws-v0.25.0...resource-detector-aws-v1.0.0) (2021-10-22)

@@ -17,2 +24,2 @@

* devDependencies
* @opentelemetry/contrib-test-utils bumped from ^0.26.0 to ^0.27.0
* @opentelemetry/contrib-test-utils bumped from ^0.26.0 to ^0.27.0
{
"name": "@opentelemetry/resource-detector-aws",
"version": "1.0.0",
"version": "1.0.1",
"description": "OpenTelemetry SDK resource detector for AWS",

@@ -69,3 +69,3 @@ "main": "build/src/index.js",

},
"gitHead": "f80834b97bd8e5b1f78923b40fd69d60691c6ff4"
"gitHead": "3d4a07fbd90c2059344df64977e5ca01b1774c86"
}
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