New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@opentelemetry/exporter-zipkin

Package Overview
Dependencies
Maintainers
4
Versions
211
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.18.3-alpha.27 to 0.18.3-alpha.28

1

build/src/zipkin.d.ts

@@ -8,3 +8,2 @@ import { ExportResult } from '@opentelemetry/core';

export declare class ZipkinExporter implements SpanExporter {
static readonly DEFAULT_URL = "http://localhost:9411/api/v2/spans";
private readonly DEFAULT_SERVICE_NAME;

@@ -11,0 +10,0 @@ private readonly _statusCodeTagName;

3

build/src/zipkin.js

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

this._sendingPromises = [];
this._urlStr = config.url || ZipkinExporter.DEFAULT_URL;
this._urlStr = config.url || core_1.getEnv().OTEL_EXPORTER_ZIPKIN_ENDPOINT;
this._send = index_1.prepareSend(this._urlStr, config.headers);

@@ -113,3 +113,2 @@ this._serviceName = config.serviceName;

exports.ZipkinExporter = ZipkinExporter;
ZipkinExporter.DEFAULT_URL = 'http://localhost:9411/api/v2/spans';
//# sourceMappingURL=zipkin.js.map
{
"name": "@opentelemetry/exporter-zipkin",
"version": "0.18.3-alpha.27+115ee397",
"version": "0.18.3-alpha.28+181f11ec",
"description": "OpenTelemetry Zipkin Exporter allows the user to send collected traces to Zipkin.",

@@ -82,7 +82,7 @@ "main": "build/src/index.js",

"dependencies": {
"@opentelemetry/core": "^0.18.2",
"@opentelemetry/resources": "^0.18.2",
"@opentelemetry/tracing": "^0.18.3-alpha.27+115ee397"
"@opentelemetry/core": "^0.18.3-alpha.28+181f11ec",
"@opentelemetry/resources": "^0.18.3-alpha.28+181f11ec",
"@opentelemetry/tracing": "^0.18.3-alpha.28+181f11ec"
},
"gitHead": "115ee3977a9c5f5228a0ae91abdc7d6b6354e9c2"
"gitHead": "181f11ecc761b75a2702ecf4a6b017f5fb9a8445"
}

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