Skip to content

io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig

Description

Settings common to HTTP-based OTLP exporters

Configuration options

KeyTypeDefaultDescription
connect-timeoutDurationConnection timeout
headersMap<String, String>Headers added to each export message
endpointURIEndpoint of the collector to which the exporter should transmit
memory-modeMemoryModeMemory mode
protocolCustomMethodsDEFAULTExporter protocol type
internal-telemetry-versionInternalTelemetryVersionSelf-monitoring telemetry OpenTelemetry should collect
certificateResourceTrusted certificates
client.keyResourceTLS client key
client.certificateResourceTLS certificate
compressionCompressionTypeCompression the exporter uses
retry-policyCustomMethodsRetry policy
timeoutDurationExporter timeout

See the manifest for all available types.