OpenTelemetry (OTLP)

Supported Types

MetricsLogsTraces

Configuration Table

ParameterTypeDefaultDescription
protocolenumgrpcThe OTLP protocol to use when sending OTLP telemetry. Valid values are grpc or http.
hostname*stringHostname or IP address to which the exporter sends OTLP data.
grpc_portint4317TCP port to which the exporter sends OTLP data.
http_portint4318TCP port to which the exporter sends OTLP data.
headersmapAdditional headers to add to gRPC requests.
enable_tlsboolfalseWhether or not to use TLS.
insecure_skip_verifyboolfalseEnable to skip TLS certificate verification.
ca_fileboolCertificate authority used to validate the database server's TLS certificate.
cert_fileboolA TLS certificate used for client authentication if mutual TLS is enabled.
key_fileboolA TLS private key used for client authentication if mutual TLS is enabled.

Supported Retry and Queuing Settings

This destination supports the following retry and queuing settings:

Sending QueuePersistent QueueRetry on Failure