Uses of Interface
org.axonframework.messaging.tracing.attributes.SpanAttributesProviderRegistry
Packages that use SpanAttributesProviderRegistry
Package
Description
Built-in
SpanAttributesProvider implementations contributing standard
message-derived attributes (identifier, type, metadata, aggregate identifier) to spans.-
Uses of SpanAttributesProviderRegistry in org.axonframework.messaging.tracing.attributes
Classes in org.axonframework.messaging.tracing.attributes that implement SpanAttributesProviderRegistryModifier and TypeClassDescriptionfinal classDefault implementation of theSpanAttributesProviderRegistry, maintaining a list ofSpanAttributesProviderbuilders resolved onDefaultSpanAttributesProviderRegistry.providers(Configuration).Methods in org.axonframework.messaging.tracing.attributes that return SpanAttributesProviderRegistryModifier and TypeMethodDescriptionDefaultSpanAttributesProviderRegistry.registerProvider(ComponentBuilder<SpanAttributesProvider> providerBuilder) SpanAttributesProviderRegistry.registerProvider(ComponentBuilder<SpanAttributesProvider> providerBuilder) Registers the givenproviderBuilderconstructing aSpanAttributesProviderto include in theSpanFactorybuilt from this registry.