@opentelemetry/exporter-zipkin
Advanced tools
Comparing version 0.25.1-alpha.23 to 0.26.0
@@ -94,3 +94,3 @@ /* | ||
var statusCode = xhr.status || 0; | ||
diag.debug('Zipkin response status code: %d, body: %s', statusCode, data); | ||
diag.debug("Zipkin response status code: " + statusCode + ", body: " + data); | ||
if (xhr.status >= 200 && xhr.status < 400) { | ||
@@ -112,5 +112,5 @@ return done({ code: ExportResultCode.SUCCESS }); | ||
// Issue request to remote service | ||
diag.debug('Zipkin request payload: %s', data); | ||
diag.debug("Zipkin request payload: " + data); | ||
xhr.send(data); | ||
} | ||
//# sourceMappingURL=util.js.map |
@@ -60,3 +60,3 @@ /* | ||
var statusCode = res.statusCode || 0; | ||
diag.debug('Zipkin response status code: %d, body: %s', statusCode, rawData); | ||
diag.debug("Zipkin response status code: " + statusCode + ", body: " + rawData); | ||
// Consider 2xx and 3xx as success. | ||
@@ -83,3 +83,3 @@ if (statusCode < 400) { | ||
var payload = JSON.stringify(zipkinSpans); | ||
diag.debug('Zipkin request payload: %s', payload); | ||
diag.debug("Zipkin request payload: " + payload); | ||
req.write(payload, 'utf8'); | ||
@@ -86,0 +86,0 @@ req.end(); |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.25.0"; | ||
export declare const VERSION = "0.26.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '0.25.0'; | ||
export var VERSION = '0.26.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -85,3 +85,3 @@ "use strict"; | ||
const statusCode = xhr.status || 0; | ||
api_1.diag.debug('Zipkin response status code: %d, body: %s', statusCode, data); | ||
api_1.diag.debug(`Zipkin response status code: ${statusCode}, body: ${data}`); | ||
if (xhr.status >= 200 && xhr.status < 400) { | ||
@@ -103,5 +103,5 @@ return done({ code: core_1.ExportResultCode.SUCCESS }); | ||
// Issue request to remote service | ||
api_1.diag.debug('Zipkin request payload: %s', data); | ||
api_1.diag.debug(`Zipkin request payload: ${data}`); | ||
xhr.send(data); | ||
} | ||
//# sourceMappingURL=util.js.map |
@@ -52,3 +52,3 @@ "use strict"; | ||
const statusCode = res.statusCode || 0; | ||
api_1.diag.debug('Zipkin response status code: %d, body: %s', statusCode, rawData); | ||
api_1.diag.debug(`Zipkin response status code: ${statusCode}, body: ${rawData}`); | ||
// Consider 2xx and 3xx as success. | ||
@@ -75,3 +75,3 @@ if (statusCode < 400) { | ||
const payload = JSON.stringify(zipkinSpans); | ||
api_1.diag.debug('Zipkin request payload: %s', payload); | ||
api_1.diag.debug(`Zipkin request payload: ${payload}`); | ||
req.write(payload, 'utf8'); | ||
@@ -78,0 +78,0 @@ req.end(); |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.25.0"; | ||
export declare const VERSION = "0.26.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.25.0'; | ||
exports.VERSION = '0.26.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/exporter-zipkin", | ||
"version": "0.25.1-alpha.23+feea5167", | ||
"version": "0.26.0", | ||
"description": "OpenTelemetry Zipkin Exporter allows the user to send collected traces to Zipkin.", | ||
@@ -87,8 +87,8 @@ "main": "build/src/index.js", | ||
"dependencies": { | ||
"@opentelemetry/core": "^0.25.1-alpha.23+feea5167", | ||
"@opentelemetry/resources": "^0.25.1-alpha.23+feea5167", | ||
"@opentelemetry/sdk-trace-base": "^0.25.1-alpha.23+feea5167", | ||
"@opentelemetry/semantic-conventions": "^0.25.0" | ||
"@opentelemetry/core": "0.26.0", | ||
"@opentelemetry/resources": "0.26.0", | ||
"@opentelemetry/sdk-trace-base": "0.26.0", | ||
"@opentelemetry/semantic-conventions": "0.26.0" | ||
}, | ||
"gitHead": "feea5167c15c41f0aeedc60959e36c18315c7ede" | ||
"gitHead": "fa2e897587a2441205fd085772d80a0a225ee78e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
4
100801
+ Added@opentelemetry/core@0.26.0(transitive)
+ Added@opentelemetry/resources@0.26.0(transitive)
+ Added@opentelemetry/sdk-trace-base@0.26.0(transitive)
+ Added@opentelemetry/semantic-conventions@0.26.0(transitive)
- Removed@opentelemetry/core@0.25.1-alpha.23(transitive)
- Removed@opentelemetry/resources@0.25.1-alpha.23(transitive)
- Removed@opentelemetry/sdk-trace-base@0.25.1-alpha.23(transitive)
- Removed@opentelemetry/semantic-conventions@0.25.0(transitive)
Updated@opentelemetry/core@0.26.0