Uses of Interface
org.axonframework.messaging.tracing.SpanAttributesProvider
Packages that use SpanAttributesProvider
Package
Description
-
Uses of SpanAttributesProvider in org.axonframework.extension.tracing.opentelemetry
Methods in org.axonframework.extension.tracing.opentelemetry with parameters of type SpanAttributesProviderModifier and TypeMethodDescriptionvoidOpenTelemetrySpanFactory.registerSpanAttributeProvider(SpanAttributesProvider provider) Method parameters in org.axonframework.extension.tracing.opentelemetry with type arguments of type SpanAttributesProviderModifier and TypeMethodDescriptionOpenTelemetrySpanFactory.Builder.addSpanAttributeProviders(List<SpanAttributesProvider> attributesProviders) Adds all providedSpanAttributesProviders to theSpanFactory. -
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.