public static class ApmTraceApi.GetPrunedTraceByIDOptionalParameters extends Object
| Constructor and Description |
|---|
GetPrunedTraceByIDOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
ApmTraceApi.GetPrunedTraceByIDOptionalParameters |
expandSpanId(Long expandSpanId)
Set expandSpanId.
|
ApmTraceApi.GetPrunedTraceByIDOptionalParameters |
forceSource(String forceSource)
Set forceSource.
|
ApmTraceApi.GetPrunedTraceByIDOptionalParameters |
includePath(List<String> includePath)
Set includePath.
|
ApmTraceApi.GetPrunedTraceByIDOptionalParameters |
onlyServiceEntrySpans(Boolean onlyServiceEntrySpans)
Set onlyServiceEntrySpans.
|
ApmTraceApi.GetPrunedTraceByIDOptionalParameters |
tagExclude(List<String> tagExclude)
Set tagExclude.
|
ApmTraceApi.GetPrunedTraceByIDOptionalParameters |
tagInclude(List<String> tagInclude)
Set tagInclude.
|
ApmTraceApi.GetPrunedTraceByIDOptionalParameters |
timeHint(Integer timeHint)
Set timeHint.
|
public GetPrunedTraceByIDOptionalParameters()
public ApmTraceApi.GetPrunedTraceByIDOptionalParameters expandSpanId(Long expandSpanId)
expandSpanId - Span ID to expand and preserve in the pruned tree even when its branch
would normally be summarized. (optional)public ApmTraceApi.GetPrunedTraceByIDOptionalParameters timeHint(Integer timeHint)
timeHint - Optional Unix time hint, in seconds, used to optimize the lookup of the trace
in long-term storage. (optional)public ApmTraceApi.GetPrunedTraceByIDOptionalParameters forceSource(String forceSource)
forceSource - Force the trace to be loaded from a specific source. When unset, the API
picks the source automatically. (optional)public ApmTraceApi.GetPrunedTraceByIDOptionalParameters includePath(List<String> includePath)
includePath - Restrict the pruned tree to spans matching the given key:value
pairs. Values may be passed as repeated query parameters. (optional)public ApmTraceApi.GetPrunedTraceByIDOptionalParameters tagInclude(List<String> tagInclude)
tagInclude - Regex patterns of tag keys whose values must be included in the pruned
spans. Values may be passed as repeated query parameters. (optional)public ApmTraceApi.GetPrunedTraceByIDOptionalParameters tagExclude(List<String> tagExclude)
tagExclude - Regex patterns of tag keys whose values must be excluded from the pruned
spans. Values may be passed as repeated query parameters. (optional)public ApmTraceApi.GetPrunedTraceByIDOptionalParameters onlyServiceEntrySpans(Boolean onlyServiceEntrySpans)
onlyServiceEntrySpans - When set to true, only service entry spans are
included in the pruned tree. (optional)Copyright © 2026. All rights reserved.