Skip to content

io.helidon.telemetry.otelconfig.LogRecordExporterConfig

Description

Settings for a log record exporter

Configuration options

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

See the manifest for all available types.