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

@opentelemetry/exporter-zipkin

Package Overview
Dependencies
Maintainers
4
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/exporter-zipkin - npm Package Compare versions

Comparing version 0.10.3-alpha.35 to 0.10.3-alpha.40

2

build/src/version.d.ts

@@ -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

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