Skip to content

io.helidon.telemetry.otelconfig.LogExporterType

Description

This type is an enumeration.

Allowed Values

ValueDescription
OTLPOpenTelemetry Protocol io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogRecordExporter and io.opentelemetry.exporter.otlp.logs.OtlpGrpcLogRecordExporterBuilder
CONSOLEConsole io.opentelemetry.exporter.logging.SystemOutLogRecordExporter
LOGGING_OTLPWrites logs to a Logger in OTLP JSON format io.opentelemetry.exporter.logging.otlp.OtlpJsonLoggingLogRecordExporter

See the manifest for all available types.