Class ServiceRegistryOtlpConfiguration
java.lang.Object
org.openwms.services.app.ServiceRegistryOtlpConfiguration
@ConditionalOnProperty("owms.tracing.url")
@ConditionalOnClass(name="io.opentelemetry.exporter.otlp.trace.OtlpGrpcSpanExporter")
@Configuration(proxyBeanMethods=false)
public class ServiceRegistryOtlpConfiguration
extends Object
A ServiceRegistryOtlpConfiguration.
- Author:
- Heiko Scherrer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.opentelemetry.exporter.otlp.trace.OtlpGrpcSpanExporter
-
Constructor Details
-
ServiceRegistryOtlpConfiguration
public ServiceRegistryOtlpConfiguration()
-
-
Method Details
-
otlpGrpcSpanExporter
@Bean public io.opentelemetry.exporter.otlp.trace.OtlpGrpcSpanExporter otlpGrpcSpanExporter(@Value("${owms.tracing.url}") String url)
-