java.lang.Object
org.springframework.boot.actuate.autoconfigure.logging.opentelemetry.otlp.OtlpLoggingAutoConfiguration

@AutoConfiguration @ConditionalOnClass({io.opentelemetry.sdk.logs.SdkLoggerProvider.class,io.opentelemetry.api.OpenTelemetry.class,io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogRecordExporter.class}) @EnableConfigurationProperties(OtlpLoggingProperties.class) @Import({org.springframework.boot.actuate.autoconfigure.logging.opentelemetry.otlp.OtlpLoggingConfigurations.ConnectionDetails.class,org.springframework.boot.actuate.autoconfigure.logging.opentelemetry.otlp.OtlpLoggingConfigurations.Exporters.class}) public class OtlpLoggingAutoConfiguration extends Object
Auto-configuration for OTLP logging.
Since:
3.4.0
Author:
Toshiaki Maki
  • Constructor Details

    • OtlpLoggingAutoConfiguration

      public OtlpLoggingAutoConfiguration()