@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. |
Duration |
getNestedTimeLimit()
The time limit set on nested handlers inside dispatching trace.
|
boolean |
isNestedHandlers()
Getting value for nesting handlers in dispatching traces.
|
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 |
setNestedHandlers(boolean nestedHandlers)
Setting value for nesting handlers in dispatching traces.
|
void |
setNestedTimeLimit(Duration nestedTimeLimit)
Sets the value for the time limit set on nested handlers inside dispatching trace.
|
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 boolean isNestedHandlers()
public void setNestedHandlers(boolean nestedHandlers)
nestedHandlers
- The new value for nesting handlers in dispatching trace.public Duration getNestedTimeLimit()
public void setNestedTimeLimit(Duration nestedTimeLimit)
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.