Class OpenTelemetryAutoConfiguration
java.lang.Object
org.axonframework.springboot.autoconfig.OpenTelemetryAutoConfiguration
@AutoConfiguration
@AutoConfigureBefore({AxonTracingAutoConfiguration.class,AxonAutoConfiguration.class})
@ConditionalOnClass(name="org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory")
public class OpenTelemetryAutoConfiguration
extends Object
Automatically configured the
OpenTelemetrySpanFactory as the method of providing tracing in Axon Framework.
For this to take effect, the axon-tracing-opentelemetry dependency must be on the classpath.- Since:
- 4.6.0
- Author:
- Mitchell Herrijgers
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OpenTelemetryAutoConfiguration
public OpenTelemetryAutoConfiguration()
-
-
Method Details
-
spanFactory
-