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

@opentelemetry/id-generator-aws-xray

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/id-generator-aws-xray - npm Package Compare versions

Comparing version 0.25.0 to 1.0.0

CHANGELOG.md

2

build/esm/version.d.ts

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

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

@@ -17,3 +17,3 @@ /*

// this is autogenerated file, see scripts/version-update.js
export var VERSION = '0.25.0';
export var VERSION = '1.0.0';
//# sourceMappingURL=version.js.map

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

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

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.25.0';
exports.VERSION = '1.0.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/id-generator-aws-xray",
"version": "0.25.0",
"version": "1.0.0",
"description": "AWS X-Ray ID generator for OpenTelemetry",

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

"scripts": {
"precompile": "tsc --version",
"precompile": "tsc --version && lerna run version --scope @opentelemetry/id-generator-aws-xray --include-filtered-dependencies",
"prewatch": "npm run precompile",
"compile": "tsc --build tsconfig.json tsconfig.esm.json",

@@ -83,5 +84,5 @@ "clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",

"dependencies": {
"@opentelemetry/core": "^0.25.0"
"@opentelemetry/core": "^1.0.0"
},
"gitHead": "798fb2d5c585f6fdee10146bfe15e03409bdddfe"
"gitHead": "f80834b97bd8e5b1f78923b40fd69d60691c6ff4"
}

@@ -15,2 +15,4 @@ # AWS OpenTelemetry X-Ray IdGenerator

Compatible with OpenTelemetry JS API and SDK `1.0+`.
### Installation

@@ -42,13 +44,7 @@

A trace ID consists of two parts; the timestamp and the unique identifier.
A trace ID consists of two parts:
#### Time Stamp
1. **Timestamp**: The first 8 hexadecimal digits represent the time of the original request in Unix epoch time. For example, 10:00 AM December 1st, 2016 PST in epoch time is 1480615200 seconds, or 58406520 in hexadecimal digits.
2. **Unique Identifier**: The last 24 hexadecimal digits is an random identifier for the trace.
* the first 8 hexadecimal digits represent the time of the original request in Unix epoch time
* for example, 10:00AM December 1st, 2016 PST in epoch time is 1480615200 seconds, or 58406520 in hexadecimal digits.
#### Unique Identifier
* the last 24 hexadecimal digits is an random identifier for the trace
## Useful links

@@ -55,0 +51,0 @@

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