@opentelemetry/exporter-zipkin
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-zipkin", | ||
"version": "0.10.3-alpha.35+2ee9f1a", | ||
"version": "0.10.3-alpha.40+2052a24", | ||
"description": "OpenTelemetry Zipkin Exporter allows the user to send collected traces to Zipkin.", | ||
@@ -56,8 +56,8 @@ "main": "build/src/index.js", | ||
"dependencies": { | ||
"@opentelemetry/api": "^0.10.3-alpha.35+2ee9f1a", | ||
"@opentelemetry/core": "^0.10.3-alpha.35+2ee9f1a", | ||
"@opentelemetry/resources": "^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/resources": "^0.10.3-alpha.40+2052a24", | ||
"@opentelemetry/tracing": "^0.10.3-alpha.40+2052a24" | ||
}, | ||
"gitHead": "2ee9f1aaf7b61c4b4ae6b748f0a07f8fc708f07e" | ||
"gitHead": "2052a245bce0d7a6ddc273cb3657bed5d3d21dc4" | ||
} |
@@ -47,4 +47,4 @@ # OpenTelemetry Zipkin Trace Exporter | ||
- [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. | ||
@@ -51,0 +51,0 @@ ## Viewing your traces |
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
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
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
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
43671
+ Added@opentelemetry/api@0.10.2(transitive)
+ Added@opentelemetry/context-base@0.10.2(transitive)
Updated@opentelemetry/api@^0.10.2