@opentelemetry/otlp-exporter-base
Advanced tools
Comparing version 0.29.0 to 0.29.1
@@ -1,2 +0,1 @@ | ||
import { SpanAttributes } from '@opentelemetry/api'; | ||
import { ExportResult, BindOnceFuture } from '@opentelemetry/core'; | ||
@@ -10,3 +9,2 @@ import { OTLPExporterError, OTLPExporterConfigBase } from './types'; | ||
readonly hostname: string | undefined; | ||
readonly attributes?: SpanAttributes; | ||
readonly timeoutMillis: number; | ||
@@ -13,0 +11,0 @@ protected _concurrencyLimit: number; |
@@ -33,3 +33,2 @@ /* | ||
} | ||
this.attributes = config.attributes; | ||
this.shutdown = this.shutdown.bind(this); | ||
@@ -36,0 +35,0 @@ this._shutdownOnce = new BindOnceFuture(this._shutdown, this); |
@@ -1,2 +0,1 @@ | ||
import { SpanAttributes } from '@opentelemetry/api'; | ||
/** | ||
@@ -30,3 +29,2 @@ * Interface for handling error | ||
hostname?: string; | ||
attributes?: SpanAttributes; | ||
url?: string; | ||
@@ -33,0 +31,0 @@ concurrencyLimit?: number; |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.29.0"; | ||
export declare const VERSION = "0.29.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '0.29.0'; | ||
export var VERSION = '0.29.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,1 @@ | ||
import { SpanAttributes } from '@opentelemetry/api'; | ||
import { ExportResult, BindOnceFuture } from '@opentelemetry/core'; | ||
@@ -10,3 +9,2 @@ import { OTLPExporterError, OTLPExporterConfigBase } from './types'; | ||
readonly hostname: string | undefined; | ||
readonly attributes?: SpanAttributes; | ||
readonly timeoutMillis: number; | ||
@@ -13,0 +11,0 @@ protected _concurrencyLimit: number; |
@@ -32,3 +32,2 @@ /* | ||
} | ||
this.attributes = config.attributes; | ||
this.shutdown = this.shutdown.bind(this); | ||
@@ -35,0 +34,0 @@ this._shutdownOnce = new BindOnceFuture(this._shutdown, this); |
@@ -1,2 +0,1 @@ | ||
import { SpanAttributes } from '@opentelemetry/api'; | ||
/** | ||
@@ -30,3 +29,2 @@ * Interface for handling error | ||
hostname?: string; | ||
attributes?: SpanAttributes; | ||
url?: string; | ||
@@ -33,0 +31,0 @@ concurrencyLimit?: number; |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.29.0"; | ||
export declare const VERSION = "0.29.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '0.29.0'; | ||
export const VERSION = '0.29.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,1 @@ | ||
import { SpanAttributes } from '@opentelemetry/api'; | ||
import { ExportResult, BindOnceFuture } from '@opentelemetry/core'; | ||
@@ -10,3 +9,2 @@ import { OTLPExporterError, OTLPExporterConfigBase } from './types'; | ||
readonly hostname: string | undefined; | ||
readonly attributes?: SpanAttributes; | ||
readonly timeoutMillis: number; | ||
@@ -13,0 +11,0 @@ protected _concurrencyLimit: number; |
@@ -35,3 +35,2 @@ "use strict"; | ||
} | ||
this.attributes = config.attributes; | ||
this.shutdown = this.shutdown.bind(this); | ||
@@ -38,0 +37,0 @@ this._shutdownOnce = new core_1.BindOnceFuture(this._shutdown, this); |
@@ -1,2 +0,1 @@ | ||
import { SpanAttributes } from '@opentelemetry/api'; | ||
/** | ||
@@ -30,3 +29,2 @@ * Interface for handling error | ||
hostname?: string; | ||
attributes?: SpanAttributes; | ||
url?: string; | ||
@@ -33,0 +31,0 @@ concurrencyLimit?: number; |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.29.0"; | ||
export declare const VERSION = "0.29.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.29.0'; | ||
exports.VERSION = '0.29.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/otlp-exporter-base", | ||
"version": "0.29.0", | ||
"version": "0.29.1", | ||
"description": "OpenTelemetry OTLP Exporter base (for internal use only)", | ||
@@ -84,3 +84,3 @@ "main": "build/src/index.js", | ||
}, | ||
"gitHead": "eda0b092db484855ded8b4837ba7fc19a377c5a7" | ||
"gitHead": "094f016ac6697fc45ba5d7b5765f5c3e56f18d1e" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6
248170
2760