@opentelemetry/exporter-jaeger
Advanced tools
Comparing version 0.10.3-alpha.35 to 0.10.3-alpha.40
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.10.3-alpha.35+2ee9f1a"; | ||
export declare const VERSION = "0.10.3-alpha.40+2052a24"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.10.3-alpha.35+2ee9f1a'; | ||
exports.VERSION = '0.10.3-alpha.40+2052a24'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/exporter-jaeger", | ||
"version": "0.10.3-alpha.35+2ee9f1a", | ||
"version": "0.10.3-alpha.40+2052a24", | ||
"description": "OpenTelemetry Exporter Jaeger allows user to send collected traces to Jaeger", | ||
@@ -45,3 +45,3 @@ "main": "build/src/index.js", | ||
"devDependencies": { | ||
"@opentelemetry/resources": "^0.10.3-alpha.35+2ee9f1a", | ||
"@opentelemetry/resources": "^0.10.3-alpha.40+2052a24", | ||
"@types/mocha": "8.0.2", | ||
@@ -60,8 +60,8 @@ "@types/node": "14.0.27", | ||
"dependencies": { | ||
"@opentelemetry/api": "^0.10.3-alpha.35+2ee9f1a", | ||
"@opentelemetry/core": "^0.10.3-alpha.35+2ee9f1a", | ||
"@opentelemetry/tracing": "^0.10.3-alpha.35+2ee9f1a", | ||
"@opentelemetry/api": "^0.10.2", | ||
"@opentelemetry/core": "^0.10.3-alpha.40+2052a24", | ||
"@opentelemetry/tracing": "^0.10.3-alpha.40+2052a24", | ||
"jaeger-client": "^3.15.0" | ||
}, | ||
"gitHead": "2ee9f1aaf7b61c4b4ae6b748f0a07f8fc708f07e" | ||
"gitHead": "2052a245bce0d7a6ddc273cb3657bed5d3d21dc4" | ||
} |
@@ -86,4 +86,4 @@ # OpenTelemetry Jaeger Trace Exporter for Node.js | ||
- [SimpleSpanProcessor](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/sdk-tracing.md#simple-processor): The implementation of `SpanProcessor` that passes ended span directly to the configured `SpanExporter`. | ||
- [BatchSpanProcessor](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/sdk-tracing.md#batching-processor): The implementation of the `SpanProcessor` that batches ended spans and pushes them to the configured `SpanExporter`. It is recommended to use this `SpanProcessor` for better performance and optimization. | ||
- [SimpleSpanProcessor](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/sdk.md#simple-processor): The implementation of `SpanProcessor` that passes ended span directly to the configured `SpanExporter`. | ||
- [BatchSpanProcessor](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/sdk.md#batching-processor): The implementation of the `SpanProcessor` that batches ended spans and pushes them to the configured `SpanExporter`. It is recommended to use this `SpanProcessor` for better performance and optimization. | ||
@@ -90,0 +90,0 @@ ## Useful links |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
43542
+ Added@opentelemetry/api@0.10.2(transitive)
+ Added@opentelemetry/context-base@0.10.2(transitive)
Updated@opentelemetry/api@^0.10.2