Package | Description |
---|---|
org.axonframework.springboot.autoconfig | |
org.axonframework.tracing | |
org.axonframework.tracing.attributes | |
org.axonframework.tracing.opentelemetry |
Modifier and Type | Method and Description |
---|---|
SpanAttributesProvider |
AxonTracingAutoConfiguration.aggregateIdentifierSpanAttributesProvider() |
SpanAttributesProvider |
AxonTracingAutoConfiguration.messageIdSpanAttributesProvider() |
SpanAttributesProvider |
AxonTracingAutoConfiguration.messageNameSpanAttributesProvider() |
SpanAttributesProvider |
AxonTracingAutoConfiguration.messageTypeSpanAttributesProvider() |
SpanAttributesProvider |
AxonTracingAutoConfiguration.metadataSpanAttributesProvider() |
SpanAttributesProvider |
AxonTracingAutoConfiguration.payloadTypeSpanAttributesProvider() |
Modifier and Type | Method and Description |
---|---|
ConfigurerModule |
AxonTracingAutoConfiguration.configurerModuleForTracing(List<SpanAttributesProvider> spanAttributesProviders) |
Modifier and Type | Method and Description |
---|---|
void |
SpanFactory.registerSpanAttributeProvider(SpanAttributesProvider provider)
Registers an additional
SpanAttributesProvider to the factory. |
void |
NoOpSpanFactory.registerSpanAttributeProvider(SpanAttributesProvider supplier) |
void |
MultiSpanFactory.registerSpanAttributeProvider(SpanAttributesProvider provider) |
void |
LoggingSpanFactory.registerSpanAttributeProvider(SpanAttributesProvider provider) |
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 . |
Modifier and Type | Method and Description |
---|---|
void |
OpenTelemetrySpanFactory.registerSpanAttributeProvider(SpanAttributesProvider provider) |
Modifier and Type | Method and Description |
---|---|
OpenTelemetrySpanFactory.Builder |
OpenTelemetrySpanFactory.Builder.addSpanAttributeProviders(List<SpanAttributesProvider> attributesProviders)
Adds all provided
SpanAttributesProvider s to the SpanFactory . |
Copyright © 2010–2023. All rights reserved.