Class AxonTracingAutoConfiguration

java.lang.Object
org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration

@AutoConfiguration @AutoConfigureBefore({AxonServerAutoConfiguration.class,AxonAutoConfiguration.class}) @EnableConfigurationProperties(TracingProperties.class) public class AxonTracingAutoConfiguration extends Object
Configures common tracing components for Axon Framework. Defaults to the NoOpSpanFactory if no other SpanFactory bean is configured.

You can define additional SpanAttributesProviders by defining your own implementations as a bean or a Component. These will be picked up automatically.

Since:
4.6.0
Author:
Mitchell Herrijgers
See Also: