Uses of Interface
io.opentelemetry.sdk.logs.export.LogRecordExporter
Packages that use LogRecordExporter
Package
Description
OpenTelemetry exporter which sends log data to OpenTelemetry collector via OTLP HTTP.
OpenTelemetry exporter which sends span data to OpenTelemetry collector via OTLP gRPC.
Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration.
Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration of
logs.
Log exporters.
-
Uses of LogRecordExporter in io.opentelemetry.exporter.otlp.http.logs
Classes in io.opentelemetry.exporter.otlp.http.logs that implement LogRecordExporterModifier and TypeClassDescriptionfinal classExports logs using OTLP via HTTP, using OpenTelemetry's protobuf model. -
Uses of LogRecordExporter in io.opentelemetry.exporter.otlp.internal
Classes in io.opentelemetry.exporter.otlp.internal that implement interfaces with type arguments of type LogRecordExporterModifier and TypeClassDescriptionclassDeclarative configuration SPI implementation forOtlpHttpLogRecordExporterandOtlpGrpcLogRecordExporter.Methods in io.opentelemetry.exporter.otlp.internal that return LogRecordExporterModifier and TypeMethodDescriptionOtlpLogRecordExporterComponentProvider.create(StructuredConfigProperties config) OtlpLogRecordExporterProvider.createExporter(ConfigProperties config) Methods in io.opentelemetry.exporter.otlp.internal that return types with arguments of type LogRecordExporter -
Uses of LogRecordExporter in io.opentelemetry.exporter.otlp.logs
Classes in io.opentelemetry.exporter.otlp.logs that implement LogRecordExporterModifier and TypeClassDescriptionfinal classExports logs using OTLP via gRPC, using OpenTelemetry's protobuf model. -
Uses of LogRecordExporter in io.opentelemetry.sdk.autoconfigure
Method parameters in io.opentelemetry.sdk.autoconfigure with type arguments of type LogRecordExporterModifier and TypeMethodDescriptionAutoConfiguredOpenTelemetrySdkBuilder.addLogRecordExporterCustomizer(BiFunction<? super LogRecordExporter, ConfigProperties, ? extends LogRecordExporter> logRecordExporterCustomizer) Adds aBiFunctionto invoke with the default autoconfiguredLogRecordExporterto allow customization.AutoConfiguredOpenTelemetrySdkBuilder.addLogRecordExporterCustomizer(BiFunction<? super LogRecordExporter, ConfigProperties, ? extends LogRecordExporter> logRecordExporterCustomizer) Adds aBiFunctionto invoke with the default autoconfiguredLogRecordExporterto allow customization. -
Uses of LogRecordExporter in io.opentelemetry.sdk.autoconfigure.spi
Method parameters in io.opentelemetry.sdk.autoconfigure.spi with type arguments of type LogRecordExporterModifier and TypeMethodDescriptiondefault AutoConfigurationCustomizerAutoConfigurationCustomizer.addLogRecordExporterCustomizer(BiFunction<? super LogRecordExporter, ConfigProperties, ? extends LogRecordExporter> exporterCustomizer) Adds aBiFunctionto invoke with the default autoconfiguredLogRecordExporterto allow customization.default AutoConfigurationCustomizerAutoConfigurationCustomizer.addLogRecordExporterCustomizer(BiFunction<? super LogRecordExporter, ConfigProperties, ? extends LogRecordExporter> exporterCustomizer) Adds aBiFunctionto invoke with the default autoconfiguredLogRecordExporterto allow customization. -
Uses of LogRecordExporter in io.opentelemetry.sdk.autoconfigure.spi.logs
Methods in io.opentelemetry.sdk.autoconfigure.spi.logs that return LogRecordExporterModifier and TypeMethodDescriptionConfigurableLogRecordExporterProvider.createExporter(ConfigProperties config) Returns aLogRecordExporterthat can be registered to OpenTelemetry by providing the property value specified byConfigurableLogRecordExporterProvider.getName(). -
Uses of LogRecordExporter in io.opentelemetry.sdk.logs.export
Methods in io.opentelemetry.sdk.logs.export that return LogRecordExporterModifier and TypeMethodDescriptionstatic LogRecordExporterLogRecordExporter.composite(LogRecordExporter... exporters) Returns aLogRecordExporterwhich delegates all exports to theexportersin order.static LogRecordExporterLogRecordExporter.composite(Iterable<LogRecordExporter> exporters) Returns aLogRecordExporterwhich delegates all exports to theexportersin order.BatchLogRecordProcessor.getLogRecordExporter()Return the processor's configuredLogRecordExporter.SimpleLogRecordProcessor.getLogRecordExporter()Return the processor's configuredLogRecordExporter.Methods in io.opentelemetry.sdk.logs.export with parameters of type LogRecordExporterModifier and TypeMethodDescriptionBatchLogRecordProcessor.builder(LogRecordExporter logRecordExporter) Returns a new Builder forBatchLogRecordProcessor.static LogRecordExporterLogRecordExporter.composite(LogRecordExporter... exporters) Returns aLogRecordExporterwhich delegates all exports to theexportersin order.static LogRecordProcessorSimpleLogRecordProcessor.create(LogRecordExporter exporter) Returns a newSimpleLogRecordProcessorwhich exports logs to theLogRecordExportersynchronously.Method parameters in io.opentelemetry.sdk.logs.export with type arguments of type LogRecordExporterModifier and TypeMethodDescriptionstatic LogRecordExporterLogRecordExporter.composite(Iterable<LogRecordExporter> exporters) Returns aLogRecordExporterwhich delegates all exports to theexportersin order.