クラス OtlpLoggingAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.actuate.autoconfigure.logging.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.otlp.OtlpLoggingConfigurations.ConnectionDetails.class,org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingConfigurations.Exporters.class})
public class OtlpLoggingAutoConfiguration
extends ObjectSE
OTLP ロギング用の
Auto-configuration
。- 導入:
- 3.4.0
- 作成者:
- Toshiaki Maki
コンストラクターのサマリー
方法の概要
コンストラクターの詳細
OtlpLoggingAutoConfiguration
public OtlpLoggingAutoConfiguration()