@opentelemetry/exporter-zipkin
Advanced tools
Comparing version 0.18.3-alpha.27 to 0.18.3-alpha.28
@@ -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; |
@@ -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
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
59960
797
- Removed@opentelemetry/api@0.18.1(transitive)
- Removed@opentelemetry/core@0.18.2(transitive)
- Removed@opentelemetry/resources@0.18.2(transitive)