UNPKG

@opentelemetry/otlp-exporter-base

Version:
11 lines 580 B
import type { OTLPExporterNodeConfigBase } from './legacy-node-configuration'; import type { OtlpNodeHttpConfiguration } from './otlp-node-http-configuration'; /** * @deprecated this will be removed in 2.0 * @param config * @param signalIdentifier * @param signalResourcePath * @param requiredHeaders */ export declare function convertLegacyHttpOptions(config: OTLPExporterNodeConfigBase, signalIdentifier: string, signalResourcePath: string, requiredHeaders: Record<string, string>): OtlpNodeHttpConfiguration; //# sourceMappingURL=convert-legacy-node-http-options.d.ts.map