@opentelemetry/otlp-grpc-exporter-base
Version:
OpenTelemetry OTLP-gRPC Exporter base (for internal use only)
9 lines • 400 B
TypeScript
import type { OTLPGRPCExporterConfigNode } from '../types';
import type { OtlpGrpcConfiguration } from './otlp-grpc-configuration';
/**
* @deprecated
* @param config
* @param signalIdentifier
*/
export declare function convertLegacyOtlpGrpcOptions(config: OTLPGRPCExporterConfigNode, signalIdentifier: string): OtlpGrpcConfiguration;
//# sourceMappingURL=convert-legacy-otlp-grpc-options.d.ts.map