Uses of Interface
org.axonframework.messaging.tracing.SpanAttributesProvider
Packages that use SpanAttributesProvider
Package
Description
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
Uses of SpanAttributesProvider in org.axonframework.messaging.tracing
Methods in org.axonframework.messaging.tracing with parameters of type SpanAttributesProviderModifier and TypeMethodDescriptionvoidMultiSpanFactory.registerSpanAttributeProvider(SpanAttributesProvider provider) voidNoOpSpanFactory.registerSpanAttributeProvider(SpanAttributesProvider supplier) voidSpanFactory.registerSpanAttributeProvider(SpanAttributesProvider provider) Registers an additionalSpanAttributesProviderto the factory. -
Uses of SpanAttributesProvider in org.axonframework.messaging.tracing.attributes
Classes in org.axonframework.messaging.tracing.attributes that implement SpanAttributesProviderModifier and TypeClassDescriptionclassAdds the aggregate identifier to the Span if the current message being handled is aDomainEventMessage.classAdds the message identifier to the Span.classclassAdds the message type (simple class name) to the Span.classAdds the metadata of the message to the span as attributes.classAdds thepayload typeas an attribute to theSpan.