AgentTraceGetSpansByReferenceOptions
AgentTraceGetSpansByReferenceOptions =
PaginationOptions& {endTime?:Date;executionType?:SpanExecutionType;serviceType?:string;startTime?:Date;traceId?:string;version?:string; }
Options for the spans-by-reference query.
Composes the optional hierarchy/time filters with pagination options.
Type Declaration¶
endTime?¶
optionalendTime:Date
Exclusive upper bound on span end time.
executionType?¶
optionalexecutionType:SpanExecutionType
Execution type filter
serviceType?¶
optionalserviceType:string
Restrict matches to hierarchy entries with this service type.
startTime?¶
optionalstartTime:Date
Inclusive lower bound on span start time.
traceId?¶
optionaltraceId:string
Optional trace scope — narrows the scan to a single trace.
version?¶
optionalversion:string
Restrict matches to hierarchy entries with this version.