@ConfigurationProperties(value="axon.tracing") public class TracingProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TracingProperties.AttributeProviders
Defines which
SpanAttributesProvider s are enabled. |
Constructor and Description |
---|
TracingProperties() |
Modifier and Type | Method and Description |
---|---|
TracingProperties.AttributeProviders |
getAttributeProviders()
The value for which
SpanAttributesProvider s are enabled. |
boolean |
isShowEventSourcingHandlers()
Getting value for showing event sourcing handlers in traces.
|
void |
setAttributeProviders(TracingProperties.AttributeProviders attributeProviders)
Sets the value for which
SpanAttributesProviders are
enabled. |
void |
setShowEventSourcingHandlers(boolean showEventSourcingHandlers)
Setting value for showing event sourcing handlers in traces.
|
public boolean isShowEventSourcingHandlers()
public void setShowEventSourcingHandlers(boolean showEventSourcingHandlers)
showEventSourcingHandlers
- The new value for showing event sourcing handlers.public TracingProperties.AttributeProviders getAttributeProviders()
SpanAttributesProvider
s are enabled.TracingProperties.AttributeProviders
value.public void setAttributeProviders(TracingProperties.AttributeProviders attributeProviders)
SpanAttributesProviders
are
enabled.attributeProviders
- The new list of
SpanAttributesProviders
.Copyright © 2010–2023. All rights reserved.