@opentelemetry/exporter-zipkin
Advanced tools
Comparing version 1.22.0 to 1.23.0
@@ -64,3 +64,3 @@ /* | ||
return done({ code: ExportResultCode.SUCCESS }); | ||
// Consider 4xx as failed non-retriable. | ||
// Consider 4xx as failed non-retryable. | ||
} | ||
@@ -67,0 +67,0 @@ else { |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.22.0"; | ||
export declare const VERSION = "1.23.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '1.22.0'; | ||
export var VERSION = '1.23.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -32,3 +32,3 @@ import { ExportResult } from '@opentelemetry/core'; | ||
* if user defines getExportRequestHeaders in config then this will be called | ||
* everytime before send, otherwise it will be replaced with noop in | ||
* every time before send, otherwise it will be replaced with noop in | ||
* constructor | ||
@@ -35,0 +35,0 @@ * @default noop |
@@ -98,3 +98,3 @@ /* | ||
* if user defines getExportRequestHeaders in config then this will be called | ||
* everytime before send, otherwise it will be replaced with noop in | ||
* every time before send, otherwise it will be replaced with noop in | ||
* constructor | ||
@@ -101,0 +101,0 @@ * @default noop |
@@ -53,3 +53,3 @@ /* | ||
return done({ code: ExportResultCode.SUCCESS }); | ||
// Consider 4xx as failed non-retriable. | ||
// Consider 4xx as failed non-retryable. | ||
} | ||
@@ -56,0 +56,0 @@ else { |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.22.0"; | ||
export declare const VERSION = "1.23.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '1.22.0'; | ||
export const VERSION = '1.23.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -32,3 +32,3 @@ import { ExportResult } from '@opentelemetry/core'; | ||
* if user defines getExportRequestHeaders in config then this will be called | ||
* everytime before send, otherwise it will be replaced with noop in | ||
* every time before send, otherwise it will be replaced with noop in | ||
* constructor | ||
@@ -35,0 +35,0 @@ * @default noop |
@@ -93,3 +93,3 @@ /* | ||
* if user defines getExportRequestHeaders in config then this will be called | ||
* everytime before send, otherwise it will be replaced with noop in | ||
* every time before send, otherwise it will be replaced with noop in | ||
* constructor | ||
@@ -96,0 +96,0 @@ * @default noop |
@@ -56,3 +56,3 @@ "use strict"; | ||
return done({ code: core_1.ExportResultCode.SUCCESS }); | ||
// Consider 4xx as failed non-retriable. | ||
// Consider 4xx as failed non-retryable. | ||
} | ||
@@ -59,0 +59,0 @@ else { |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.22.0"; | ||
export declare const VERSION = "1.23.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '1.22.0'; | ||
exports.VERSION = '1.23.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -32,3 +32,3 @@ import { ExportResult } from '@opentelemetry/core'; | ||
* if user defines getExportRequestHeaders in config then this will be called | ||
* everytime before send, otherwise it will be replaced with noop in | ||
* every time before send, otherwise it will be replaced with noop in | ||
* constructor | ||
@@ -35,0 +35,0 @@ * @default noop |
@@ -96,3 +96,3 @@ "use strict"; | ||
* if user defines getExportRequestHeaders in config then this will be called | ||
* everytime before send, otherwise it will be replaced with noop in | ||
* every time before send, otherwise it will be replaced with noop in | ||
* constructor | ||
@@ -99,0 +99,0 @@ * @default noop |
{ | ||
"name": "@opentelemetry/exporter-zipkin", | ||
"version": "1.22.0", | ||
"version": "1.23.0", | ||
"description": "OpenTelemetry Zipkin Exporter allows the user to send collected traces to Zipkin.", | ||
@@ -96,10 +96,10 @@ "main": "build/src/index.js", | ||
"dependencies": { | ||
"@opentelemetry/core": "1.22.0", | ||
"@opentelemetry/resources": "1.22.0", | ||
"@opentelemetry/sdk-trace-base": "1.22.0", | ||
"@opentelemetry/semantic-conventions": "1.22.0" | ||
"@opentelemetry/core": "1.23.0", | ||
"@opentelemetry/resources": "1.23.0", | ||
"@opentelemetry/sdk-trace-base": "1.23.0", | ||
"@opentelemetry/semantic-conventions": "1.23.0" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-exporter-zipkin", | ||
"sideEffects": false, | ||
"gitHead": "7be35c7845e206b27b682e8ce1cee850b09cec04" | ||
"gitHead": "5231aa255047fbc6ee3d6a299f4423ab2f8a5fbc" | ||
} |
@@ -54,3 +54,3 @@ # OpenTelemetry Zipkin Trace Exporter | ||
- **getExportRequestHeaders** - optional interceptor that allows adding new headers everytime time the exporter is going to send spans. | ||
- **getExportRequestHeaders** - optional interceptor that allows adding new headers every time time the exporter is going to send spans. | ||
This is optional and can be used if headers are changing over time. This is a sync callback. | ||
@@ -57,0 +57,0 @@ |
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
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
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
222367
+ Added@opentelemetry/core@1.23.0(transitive)
+ Added@opentelemetry/resources@1.23.0(transitive)
+ Added@opentelemetry/sdk-trace-base@1.23.0(transitive)
+ Added@opentelemetry/semantic-conventions@1.23.0(transitive)
- Removed@opentelemetry/core@1.22.0(transitive)
- Removed@opentelemetry/resources@1.22.0(transitive)
- Removed@opentelemetry/sdk-trace-base@1.22.0(transitive)
- Removed@opentelemetry/semantic-conventions@1.22.0(transitive)
Updated@opentelemetry/core@1.23.0