Class TransportationOtlpConfiguration.OtelConfiguration

java.lang.Object
org.openwms.tms.app.TransportationOtlpConfiguration.OtelConfiguration
Enclosing class:
TransportationOtlpConfiguration

@Configuration(proxyBeanMethods=false) @ConditionalOnClass(name="io.opentelemetry.exporter.otlp.trace.OtlpGrpcSpanExporter") public static class TransportationOtlpConfiguration.OtelConfiguration extends Object
  • Constructor Details

    • OtelConfiguration

      public OtelConfiguration()
  • Method Details

    • otlpHttpSpanExporter

      @ConditionalOnClass(name="io.opentelemetry.exporter.otlp.trace.OtlpGrpcSpanExporter") @Bean public io.opentelemetry.exporter.otlp.trace.OtlpGrpcSpanExporter otlpHttpSpanExporter(@Value("${owms.tracing.url}") String url)