@AutoConfiguration
@AutoConfigureBefore(value={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