UNPKG

@opentelemetry/otlp-exporter-base

Version:
6 lines 560 B
import type { OtlpSharedConfiguration } from './configuration/shared-configuration'; import type { ISerializer } from '@opentelemetry/otlp-transformer'; import type { IExporterTransport } from './exporter-transport'; import type { IOtlpExportDelegate } from './otlp-export-delegate'; export declare function createOtlpNetworkExportDelegate<Internal, Response>(options: OtlpSharedConfiguration, serializer: ISerializer<Internal, Response>, transport: IExporterTransport): IOtlpExportDelegate<Internal>; //# sourceMappingURL=otlp-network-export-delegate.d.ts.map