AgentSpanGetResponse
A single span record from the trace store.
Properties
| Property |
Type |
Description |
agentVersion |
null | string |
Agent version that produced the span. May be null. |
attributes |
string |
Raw span attributes as a JSON string. |
compressionType |
null | string |
Payload compression type. May be null. |
context |
null | string |
Raw span context as a JSON string. May be null. |
endTime |
null | string |
Span end time. null while the span is in progress. |
expiredTime |
null | string |
Span retention expiry time. May be null. |
folderKey |
null | string |
Folder key (GUID) the span was recorded in. May be null. |
id |
string |
Span ID. |
isLargePayload |
boolean |
Whether the span payload is stored as a large payload. |
jobKey |
null | string |
Job key (GUID). May be null. |
name |
string |
Span name. |
organizationId |
string |
Organization ID (GUID). |
parentId |
null | string |
Parent span ID. null for a root span. |
processKey |
null | string |
Process key (GUID). May be null. |
referenceId |
null | string |
Reference ID (GUID). May be null. |
source |
null | string |
Span source. May be null. |
spanType |
null | string |
Span type. May be null. |
startTime |
string |
Span start time. |
status |
string |
Span status. |
tenantId |
null | string |
Tenant ID (GUID). May be null. |
traceId |
string |
ID of the trace this span belongs to. |
updatedAt |
string |
Record last-updated time. |
verbosityLevel |
null | string |
Verbosity level. May be null. |