AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@framers/agentos
ExportedSpan
Interface ExportedSpan
Exported span data for serialization.
interface
ExportedSpan
{
traceId
:
string
;
spanId
:
string
;
parentSpanId
?:
string
;
name
:
string
;
kind
:
SpanKind
;
startTime
:
number
;
endTime
?:
number
;
status
:
SpanStatus
;
statusMessage
?:
string
;
attributes
:
SpanAttributes
;
events
:
SpanEvent
[]
;
links
:
SpanLink
[]
;
}
Index
Properties
trace
Id
span
Id
parent
Span
Id?
name
kind
start
Time
end
Time?
status
status
Message?
attributes
events
links
Properties
trace
Id
trace
Id
:
string
span
Id
span
Id
:
string
Optional
parent
Span
Id
parent
Span
Id
?:
string
name
name
:
string
kind
kind
:
SpanKind
start
Time
start
Time
:
number
Optional
end
Time
end
Time
?:
number
status
status
:
SpanStatus
Optional
status
Message
status
Message
?:
string
attributes
attributes
:
SpanAttributes
events
events
:
SpanEvent
[]
links
links
:
SpanLink
[]
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
trace
Id
span
Id
parent
Span
Id
name
kind
start
Time
end
Time
status
status
Message
attributes
events
links
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v1.0.1
Loading...
Exported span data for serialization.