/AWS1/CL_XRARETRIEVEDTRACE¶
Retrieved collection of spans with matching trace IDs.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/XRATRACEID /AWS1/XRATRACEID¶
The unique identifier for the span.
iv_duration TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The length of time in seconds between the start time of the root span and the end time of the last span that completed.
it_spans TYPE /AWS1/CL_XRASPAN=>TT_SPANLIST TT_SPANLIST¶
Spans that comprise the trace.
Queryable Attributes¶
Id¶
The unique identifier for the span.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Duration¶
The length of time in seconds between the start time of the root span and the end time of the last span that completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DURATION() |
Getter for DURATION, with configurable default |
ASK_DURATION() |
Getter for DURATION w/ exceptions if field has no value |
STR_DURATION() |
String format for DURATION, with configurable default |
HAS_DURATION() |
Determine if DURATION has a value |
Spans¶
Spans that comprise the trace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPANS() |
Getter for SPANS, with configurable default |
ASK_SPANS() |
Getter for SPANS w/ exceptions if field has no value |
HAS_SPANS() |
Determine if SPANS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TRACESPANLIST¶
TYPES TT_TRACESPANLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_XRARETRIEVEDTRACE WITH DEFAULT KEY
.