UNPKG

@opentelemetry/otlp-exporter-base

Version:
5 lines 471 B
import type { IOtlpExportDelegate } from './otlp-export-delegate'; import type { ISerializer } from '@opentelemetry/otlp-transformer'; import type { OtlpNodeHttpConfiguration } from './configuration/otlp-node-http-configuration'; export declare function createOtlpHttpExportDelegate<Internal, Response>(options: OtlpNodeHttpConfiguration, serializer: ISerializer<Internal, Response>): IOtlpExportDelegate<Internal>; //# sourceMappingURL=otlp-http-export-delegate.d.ts.map