Skip to content

AgentSpanGetResponse

A single span record from the trace store.

Properties

Property Type Description
agentVersion null | string Agent version that produced the span.
attributes string Raw span attributes as a JSON string.
compressionType null | string Payload compression type.
context null | string Raw span context as a JSON string.
endTime null | string Span end time. null while the span is in progress.
expiredTime null | string Span retention expiry time.
folderKey null | string Folder key (GUID) the span was recorded in.
id string Span ID.
isLargePayload boolean Whether the span payload is stored as a large payload.
jobKey null | string Job key (GUID).
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).
referenceId null | string Reference ID (GUID).
source null | string Span source.
spanType null | string Span type.
startTime string Span start time.
status string Span status.
tenantId null | string Tenant ID (GUID).
traceId string ID of the trace this span belongs to.
updatedAt string Record last-updated time.
verbosityLevel null | string Verbosity level.