| Package | Description |
|---|---|
| org.axonframework.tracing | |
| org.axonframework.tracing.attributes |
| Modifier and Type | Method and Description |
|---|---|
void |
NoOpSpanFactory.registerSpanAttributeProvider(SpanAttributesProvider supplier) |
void |
LoggingSpanFactory.registerSpanAttributeProvider(SpanAttributesProvider provider) |
void |
MultiSpanFactory.registerSpanAttributeProvider(SpanAttributesProvider provider) |
void |
SpanFactory.registerSpanAttributeProvider(SpanAttributesProvider provider)
Registers an additional
SpanAttributesProvider to the factory. |
void |
NestingSpanFactory.registerSpanAttributeProvider(SpanAttributesProvider provider)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateIdentifierSpanAttributesProvider
Adds the aggregate identifier to the Span if the current message being handled is a
DomainEventMessage. |
class |
MessageIdSpanAttributesProvider
Adds the message identifier to the Span.
|
class |
MessageNameSpanAttributesProvider
|
class |
MessageTypeSpanAttributesProvider
Adds the message type (simple class name) to the Span.
|
class |
MetadataSpanAttributesProvider
Adds the metadata of the message to the span as attributes.
|
class |
PayloadTypeSpanAttributesProvider
Adds the
payload type as an attribute to the Span. |
Copyright © 2010–2025. All rights reserved.