Class OpenTelemetryLoggingExporterAutoConfiguration
java.lang.Object
io.arconia.opentelemetry.autoconfigure.logs.exporter.OpenTelemetryLoggingExporterAutoConfiguration
@AutoConfiguration(before=org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingAutoConfiguration.class)
@ConditionalOnOpenTelemetryLogging
@Import({ConsoleLoggingExporterConfiguration.class,OtlpLoggingExporterConfiguration.class})
@EnableConfigurationProperties(OpenTelemetryLoggingExporterProperties.class)
public final class OpenTelemetryLoggingExporterAutoConfiguration
extends Object
Auto-configuration for exporting OpenTelemetry logs.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OpenTelemetryLoggingExporterAutoConfiguration
public OpenTelemetryLoggingExporterAutoConfiguration()
-