@opentelemetry/id-generator-aws-xray
Advanced tools
Comparing version 0.25.0 to 1.0.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
50275
52
1
66
+ Added@opentelemetry/core@1.29.0(transitive)
+ Added@opentelemetry/semantic-conventions@1.28.0(transitive)
- Removed@opentelemetry/core@0.25.0(transitive)
- Removed@opentelemetry/semantic-conventions@0.25.0(transitive)
- Removedsemver@7.6.3(transitive)
Updated@opentelemetry/core@^1.0.0