Interface OTLPExporterConfig

OTLP exporter configuration.

interface OTLPExporterConfig {
    headers?: Record<string, unknown>;
    url?: string;
}

Properties

Properties

headers?: Record<string, unknown>
url?: string