@ottrelite/interop-otel.OTLPExporterConfig
Configuration options for the OTLP exporter.
Optional
caCertString: string
Custom CA SSL certificate for the exporter.
Optional
clientCertString: string
Custom client SSL certificate for the exporter.
Optional
compression: OTLPExporterCompression
Compression used by the exporter.
endpoint: string
The endpoint URL for the OTLP exporter. Must not end with the suffix (e.g. /traces or /metrics) - it will be added automatically.
Example
Optional
headers: Record
<string
, string
>
Headers for the HTTP exporter.
Remarks
This field is only applicable when the protocol is set to "http/protobuf"
.
Optional
protocol: OTLPExporterProtocol
The protocol used by the OTLP exporter.
Optional
retryPolicyOptions: RetryPolicyOptions
Options controlling how the exporter behaves in case of upload failures.
Optional
skipInsecureSSLVerification: boolean
Set to true
to disable SSL.
Optional
timeoutMillis: number
Export timeout in milliseconds.