public static class TracingProperties.SnapshotterProperties extends Object
Snapshotter
.Constructor and Description |
---|
SnapshotterProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAggregateTypeInSpanName()
Whether the aggregate type should be included in the span names of the
Snapshotter spans. |
boolean |
isSeparateTrace()
Whether the creation of the snapshot should be represented by a separate trace.
|
void |
setAggregateTypeInSpanName(boolean aggregateTypeInSpanName)
Sets whether the aggregate type should be included in the span names of the
Snapshotter spans. |
void |
setSeparateTrace(boolean separateTrace)
Sets whether the creation of the snapshot should be represented by a separate trace.
|
public boolean isSeparateTrace()
public void setSeparateTrace(boolean separateTrace)
separateTrace
- whether the creation of the snapshot should be represented by a separate trace.public boolean isAggregateTypeInSpanName()
Snapshotter
spans.Snapshotter
spans.public void setAggregateTypeInSpanName(boolean aggregateTypeInSpanName)
Snapshotter
spans.aggregateTypeInSpanName
- whether the aggregate type should be included in the span names of the Snapshotter
spans.Copyright © 2010–2024. All rights reserved.